summaryrefslogtreecommitdiff
path: root/boehm-gc/aclocal.m4
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-09 21:29:08 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-09 21:29:08 +0000
commit9898612de0fad0168bb1b61903db4464ef54333a (patch)
treee7b068239daccc872fd63003017e2a3bf413b747 /boehm-gc/aclocal.m4
parent046d147aa0360a263499fdde429fe8b6525cb1c7 (diff)
downloadgcc-9898612de0fad0168bb1b61903db4464ef54333a.tar.gz
* configure.in (AC_EXEEXT): Work around in case it expands to
nothing, as in autoconf 2.50. * acinclude.m4: Likewise. * aclocal.m4, configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43107 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/aclocal.m4')
-rw-r--r--boehm-gc/aclocal.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/boehm-gc/aclocal.m4 b/boehm-gc/aclocal.m4
index 2999e0a421c..2047c557c9e 100644
--- a/boehm-gc/aclocal.m4
+++ b/boehm-gc/aclocal.m4
@@ -149,6 +149,10 @@ AM_MAINTAINER_MODE
# 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