diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-30 00:07:44 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-30 00:07:44 +0000 |
commit | 00e016da3a08a014e8f2898744e47afdaca2865b (patch) | |
tree | d48e555988491a71c178e39f89ae1a82dce60002 /libmudflap/aclocal.m4 | |
parent | 78aee3e4fe5cce02fcedd3c2c5a3100f3dc5a6e5 (diff) | |
download | gcc-00e016da3a08a014e8f2898744e47afdaca2865b.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91499 138bc75d-0d04-0410-961f-82ee72b054a4
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]) |