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.
Showing
4 changed files
with
12 additions
and
7 deletions
1 | 2002-10-30 Jeff Bailey <jbailey@gnu.org> | ||
2 | |||
3 | * mh/Makefile.am: Use AM_YFLAGS instead of YFLAGS | ||
4 | |||
5 | * libmu_scm/Makefile.am: Use AM_CPPFLAGS instead of CPPFLAGS | ||
6 | |||
7 | * autogen.sh: Redo using 'autoreconf'. This is now the right | ||
8 | tool to use for generating the build environment. | ||
9 | |||
1 | 2002-10-29 Sergey Poznyakoff | 10 | 2002-10-29 Sergey Poznyakoff |
2 | 11 | ||
3 | Following the proposition of Olivier Bornet | 12 | Following the proposition of Olivier Bornet | ... | ... |
... | @@ -34,7 +34,7 @@ BUILT_SOURCES=@GUILE_BUILT_SOURCES@ | ... | @@ -34,7 +34,7 @@ BUILT_SOURCES=@GUILE_BUILT_SOURCES@ |
34 | DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES) @GUILE_PKGDATA@ | 34 | DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES) @GUILE_PKGDATA@ |
35 | CLEANFILES=*.inc | 35 | CLEANFILES=*.inc |
36 | 36 | ||
37 | CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\" | 37 | AM_CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\" |
38 | ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \ | 38 | ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \ |
39 | --regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/' | 39 | --regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/' |
40 | 40 | ... | ... |
... | @@ -36,7 +36,7 @@ rmf_LDADD = $(mh_LIBS) | ... | @@ -36,7 +36,7 @@ rmf_LDADD = $(mh_LIBS) |
36 | fmtcheck_LDADD = $(mh_LIBS) | 36 | fmtcheck_LDADD = $(mh_LIBS) |
37 | repl_LDADD = $(mh_LIBS) | 37 | repl_LDADD = $(mh_LIBS) |
38 | 38 | ||
39 | YFLAGS=-vt | 39 | AM_YFLAGS=-vt |
40 | 40 | ||
41 | install-exec-hook: | 41 | install-exec-hook: |
42 | -rm -f $(DESTDIR)$(bindir)/folders | 42 | -rm -f $(DESTDIR)$(bindir)/folders | ... | ... |
-
Please register or sign in to post a comment