summaryrefslogtreecommitdiff
path: root/mimeview
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 /mimeview
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 'mimeview')
-rw-r--r--mimeview/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimeview/Makefile.am b/mimeview/Makefile.am
index 92a14c739..21574e3e1 100644
--- a/mimeview/Makefile.am
+++ b/mimeview/Makefile.am
@@ -29,7 +29,7 @@ mimeview_SOURCES = \
mimetypes-decl.h \
mimeview.h
-YLWRAP = $(SHELL) $(top_srcdir)/scripts/gylwrap
+YLWRAP = $(SHELL) $(mu_aux_dir)/gylwrap
AM_YFLAGS=-vt
AM_LEXFLAGS=-d
AM_CPPFLAGS=-D_GNU_SOURCE=1

Return to:

Send suggestions and report system problems to the System administrator.