summaryrefslogtreecommitdiff
path: root/python/libmu_py
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-03-22 17:26:55 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-03-22 17:27:45 +0200
commitc37b2f1f3e51dc5489b349cba20771cd762db148 (patch)
treedceea50b61908a46b9780ebd4853f552b29bf57e /python/libmu_py
parentc09870d821d43dadfc6ebc9de143172fce358243 (diff)
downloadmailutils-c37b2f1f3e51dc5489b349cba20771cd762db148.tar.gz
mailutils-c37b2f1f3e51dc5489b349cba20771cd762db148.tar.bz2
Improve autoconf machinery, drop support for Guile < 1.8
* scripts/guile-1.4: Removed. * scripts/guile-1.6/guile-doc-snarf: Move to the parent dir. * scripts/guile-1.6/guile-doc-snarf.awk: Move to the parent dir. * scripts: Rename to mu-aux. All references updated. * am/enable.m4 (MU_ENABLE_SUPPORT): add fourth argument, action-default Translate + to x. * am/guile.m4 (MU_RESULT_ACTIONS): Remove. (MU_CHECK_GUILE): Rewrite. Drop support for versions < 1.8 * am/lib.m4 (MU_CHECK_LIB): Rewrite using a cleaner approach. * bootstrap.conf: Remove build_aux assignement. * configure.ac: Assume a new naming scheme for optional builds: for each subst variable named MU_whatever_BUILD there is a corresponing Makefile.am variable named MU_whatever_LIST, if `whatever' is to be built MU_whatever_BUILD is set to '$(MU_whatever_LIST)' New option --disable-c++. Improve status output. * examples/Makefile.am, examples/cpp/Makefile.am, include/mailutils/Makefile.am, libmu_cpp/Makefile.am, libmu_scm/Makefile.am, libmu_sieve/Makefile.am, libmu_sieve/extensions/Makefile.am, libmu_sieve/load.c, mail.remote/Makefile.am, mail.remote/testsuite/Makefile.am, mailbox/Makefile.am, mh/Makefile.am, mimeview/Makefile.am, mu-aux/Makefile.am, python/mailutils/Makefile.am: Reflect changes to autoconf machinery. * /include/mailutils/guile.h: Drop support for versions < 1.8 * libmu_scm/mu_util.c: Likewise.
Diffstat (limited to 'python/libmu_py')
-rw-r--r--python/libmu_py/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/libmu_py/Makefile.am b/python/libmu_py/Makefile.am
index 8aa31feb8..c225ed094 100644
--- a/python/libmu_py/Makefile.am
+++ b/python/libmu_py/Makefile.am
@@ -21,7 +21,8 @@ INCLUDES = @MU_COMMON_INCLUDES@ $(PYTHON_INCLUDES)
EXTRA_LTLIBRARIES = libmu_py.la c_api.la
-lib_LTLIBRARIES=@MU_PY@
+MU_PY_LIB_LTLIBRARIES_LIST=libmu_py.la
+lib_LTLIBRARIES=@MU_PY_LIB_LTLIBRARIES_BUILD@
libmu_py_la_SOURCES = \
error.c \
address.c \
@@ -61,8 +62,8 @@ libmu_py_la_LIBADD = $(PYTHON_LIBS) @MU_COMMON_LIBRARIES@ \
@MU_AUTHLIBS@\
${MU_LIB_MAILUTILS}
-MU_PYTHON_LTLIBS = c_api.la
-pkgpyexec_LTLIBRARIES = @MU_PYTHON_LTLIBS@
+MU_PY_PKGPYEXEC_LTLIBRARIES_LIST = c_api.la
+pkgpyexec_LTLIBRARIES = @MU_PY_PKGPYEXEC_LTLIBRARIES_BUILD@
c_api_la_LDFLAGS = -avoid-version -module -rpath $(pkgpyexecdir)
c_api_la_LIBADD = $(PYTHON_LIBS) ${MU_LIB_PY}
c_api_la_SOURCES = c_api.c

Return to:

Send suggestions and report system problems to the System administrator.