diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-11-30 00:07:44 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-11-30 00:07:44 +0000 |
commit | 68c8f6ab4b054bfbfe83982d69a9fc76e9faa0b8 (patch) | |
tree | d48e555988491a71c178e39f89ae1a82dce60002 /libmudflap/testsuite | |
parent | 7acda5525160854c90dc9661f31b6684991b9721 (diff) | |
download | gcc-68c8f6ab4b054bfbfe83982d69a9fc76e9faa0b8.tar.gz |
Makefile.am: Define ACLOCAL_AMFLAGS.
2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Define ACLOCAL_AMFLAGS.
* acinclude.m4: Remove.
* stamp-h.in: Remove superfluous stamp file.
* aclocal.m4, configure, Makefile.in: Regenerate.
* testsuite/Makefile.in: Likewise.
From-SVN: r91499
Diffstat (limited to 'libmudflap/testsuite')
-rw-r--r-- | libmudflap/testsuite/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmudflap/testsuite/Makefile.in b/libmudflap/testsuite/Makefile.in index 6720c89f4e7..f810ec8e7dd 100644 --- a/libmudflap/testsuite/Makefile.in +++ b/libmudflap/testsuite/Makefile.in @@ -40,7 +40,7 @@ subdir = testsuite DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/mfconfig.exp.in 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) |