Commit 9dd7e9cf by Alexandre Oliva Committed by Alexandre Oliva

acinclude.m4 (AC_EXEEXT): Work around in case it expands to nothing, as in autoconf 2.50.

* acinclude.m4 (AC_EXEEXT): Work around in case it expands to
nothing, as in autoconf 2.50.
* aclocal.m4, configure: Rebuilt.

From-SVN: r43108
parent 4a849291
......@@ -2,7 +2,7 @@
* acinclude.m4 (AC_EXEEXT): Work around in case it expands to
nothing, as in autoconf 2.50.
* configure: Rebuilt.
* aclocal.m4, configure: Rebuilt.
2001-06-08 Tom Tromey <tromey@redhat.com>
......
......@@ -79,6 +79,10 @@ AM_MAINTAINER_MODE
# automake happy, but we dont execute it, since we dont 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment