summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2002-10-30 18:25:34 +0000
committerJeff Bailey <jbailey@gnu.org>2002-10-30 18:25:34 +0000
commitf9b1c23000ca85c88f6ec526eed64176b5b71fee (patch)
treee9b2f2f06f4aaf2814dbd379c9379f8f7c78e68c
parent65cccbd4d423fbe9ccf7c70c1fdd80b97f30656b (diff)
downloadmailutils-f9b1c23000ca85c88f6ec526eed64176b5b71fee.tar.gz
mailutils-f9b1c23000ca85c88f6ec526eed64176b5b71fee.tar.bz2
2002-10-30 Jeff Bailey <jbailey@gnu.org>
* mh/Makefile.am: Use AM_YFLAGS instead of YFLAGS * libmu_scm/Makefile.am: Use AM_CPPFLAGS instead of CPPFLAGS * autogen.sh: Redo using 'autoreconf'. This is now the right tool to use for generating the build environment.
-rw-r--r--ChangeLog9
-rwxr-xr-xautogen.sh6
-rw-r--r--libmu_scm/Makefile.am2
-rw-r--r--mh/Makefile.am2
4 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index dc1aaa0c9..c8fc94681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-10-30 Jeff Bailey <jbailey@gnu.org>
+
+ * mh/Makefile.am: Use AM_YFLAGS instead of YFLAGS
+
+ * libmu_scm/Makefile.am: Use AM_CPPFLAGS instead of CPPFLAGS
+
+ * autogen.sh: Redo using 'autoreconf'. This is now the right
+ tool to use for generating the build environment.
+
2002-10-29 Sergey Poznyakoff
Following the proposition of Olivier Bornet
diff --git a/autogen.sh b/autogen.sh
index 949907e4b..b1defeaa3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,3 @@
#!/bin/sh
-aclocal -I m4
-libtoolize --automake
-autoheader
-automake -a
-autoconf
+autoreconf -f -i -s
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index bfd2b36f4..ef93efdf7 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -34,7 +34,7 @@ BUILT_SOURCES=@GUILE_BUILT_SOURCES@
DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES) @GUILE_PKGDATA@
CLEANFILES=*.inc
-CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\"
+AM_CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\"
ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \
--regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'
diff --git a/mh/Makefile.am b/mh/Makefile.am
index 4b7d2bce4..422358734 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -36,7 +36,7 @@ rmf_LDADD = $(mh_LIBS)
fmtcheck_LDADD = $(mh_LIBS)
repl_LDADD = $(mh_LIBS)
-YFLAGS=-vt
+AM_YFLAGS=-vt
install-exec-hook:
-rm -f $(DESTDIR)$(bindir)/folders

Return to:

Send suggestions and report system problems to the System administrator.