aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/acinclude.m4
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-06-09 20:31:13 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2001-06-09 20:31:13 +0000
commit01ef8751ce7a0ea08eb66fd88e09beaec090a9ab (patch)
tree5d605aac16caa503c3f879d9489af44930f51ec9 /boehm-gc/acinclude.m4
parent54c6cfdcb65326375bdf3440670912345485dba5 (diff)
downloadgcc-01ef8751ce7a0ea08eb66fd88e09beaec090a9ab.zip
gcc-01ef8751ce7a0ea08eb66fd88e09beaec090a9ab.tar.gz
gcc-01ef8751ce7a0ea08eb66fd88e09beaec090a9ab.tar.bz2
configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in autoconf 2.50.
* configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in autoconf 2.50. * configure: Rebuilt. From-SVN: r43103
Diffstat (limited to 'boehm-gc/acinclude.m4')
-rw-r--r--boehm-gc/acinclude.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/boehm-gc/acinclude.m4 b/boehm-gc/acinclude.m4
index 8e5f532..67a2fb4 100644
--- a/boehm-gc/acinclude.m4
+++ b/boehm-gc/acinclude.m4
@@ -137,6 +137,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