diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-26 18:32:47 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-26 18:32:47 +0000 |
commit | de3e491104d05f5d2f76076eef9d21163185c90a (patch) | |
tree | a9cf808d9bcec7139f125aa4f91f00c2e9067c20 /boehm-gc/aclocal.m4 | |
parent | 08b6c96ea8a7a4c16c3674bd8edcdc0e509568b1 (diff) | |
download | gcc-de3e491104d05f5d2f76076eef9d21163185c90a.tar.gz |
* acinclude.m4: Remove obsolete and bogus constructs.
* aclocal.m4: Regenerate.
* configure: Regnerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78510 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/aclocal.m4')
-rw-r--r-- | boehm-gc/aclocal.m4 | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/boehm-gc/aclocal.m4 b/boehm-gc/aclocal.m4 index 8c5eed0386f..98e62cd04a4 100644 --- a/boehm-gc/aclocal.m4 +++ b/boehm-gc/aclocal.m4 @@ -53,21 +53,6 @@ AC_PROG_INSTALL AM_MAINTAINER_MODE -# We need AC_EXEEXT to keep automake happy in cygnus mode. However, -# at least currently, we never actually build a program, so we never -# need to use $(EXEEXT). Moreover, the test for EXEEXT normally -# fails, because we are probably configuring with a cross compiler -# which can't create executables. So we include AC_EXEEXT to keep -# automake happy, but we don't execute it, since we don't care about -# the result. -if false; then - # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands - # to nothing, so nothing would remain between `then' and `fi' if it - # were not for the `:' below. - : - AC_EXEEXT -fi - . [$]{srcdir}/configure.host case [$]{gc_basedir} in @@ -86,9 +71,7 @@ dnl gc_cflags="[$]{gc_cflags} -fno-builtin" GC_CFLAGS=${gc_cflags} AC_SUBST(GC_CFLAGS) -])) - -)))) +]) sinclude(../libtool.m4) dnl The line below arranges for aclocal not to bring a definition of |