summaryrefslogtreecommitdiff
path: root/libmu_scm
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 /libmu_scm
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.
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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/'

Return to:

Send suggestions and report system problems to the System administrator.