diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 22:13:19 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 22:13:19 +0000 |
commit | 0b4ed08b34f0d6e6183ecf5d20fa8ac38ca80b6f (patch) | |
tree | e7b476f6a94977c3a98e67a2b5a695bac45651af /libmudflap/Makefile.in | |
parent | d186d9206fd1b5916984bc4faf2f73c47c5b9911 (diff) | |
download | gcc-0b4ed08b34f0d6e6183ecf5d20fa8ac38ca80b6f.tar.gz |
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Define ACLOCAL_AMFLAGS.
* acinclude.m4: Remove.
* aclocal.m4, configure, Makefile.in: Regenerate.
* testsuite/Makefile.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91209 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/Makefile.in')
-rw-r--r-- | libmudflap/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmudflap/Makefile.in b/libmudflap/Makefile.in index 4a08fe83863..90982656563 100644 --- a/libmudflap/Makefile.in +++ b/libmudflap/Makefile.in @@ -49,7 +49,7 @@ DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \ $(srcdir)/mf-runtime.h.in $(top_srcdir)/configure ChangeLog subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -219,6 +219,7 @@ target_vendor = @target_vendor@ toolexecdir = @toolexecdir@ toolexeclibdir = @toolexeclibdir@ AUTOMAKE_OPTIONS = 1.8 foreign +ACLOCAL_AMFLAGS = -I .. MAINT_CHARSET = latin1 SUBDIRS = testsuite AM_CFLAGS = -Wall $(SECTION_FLAGS) |