diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-11-24 22:13:19 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-11-24 22:13:19 +0000 |
commit | b7392506fd325139bb42e2593e1bcd2515072d3a (patch) | |
tree | e7b476f6a94977c3a98e67a2b5a695bac45651af /libmudflap/aclocal.m4 | |
parent | 4ef2718af70d5f8025d7a211a2afa410a594fc27 (diff) | |
download | gcc-b7392506fd325139bb42e2593e1bcd2515072d3a.tar.gz |
Makefile.am: Define ACLOCAL_AMFLAGS.
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.
From-SVN: r91209
Diffstat (limited to 'libmudflap/aclocal.m4')
-rw-r--r-- | libmudflap/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmudflap/aclocal.m4 b/libmudflap/aclocal.m4 index e567b3e91e4..99613bff133 100644 --- a/libmudflap/aclocal.m4 +++ b/libmudflap/aclocal.m4 @@ -1127,4 +1127,4 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR -m4_include([acinclude.m4]) +m4_include([../libtool.m4]) |