Commit f9b1c230 f9b1c23000ca85c88f6ec526eed64176b5b71fee by Jeff Bailey

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.
1 parent 65cccbd4
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
......
#!/bin/sh
aclocal -I m4
libtoolize --automake
autoheader
automake -a
autoconf
autoreconf -f -i -s
......
......@@ -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/'
......
......@@ -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
......