aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-06-09 20:31:23 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2001-06-09 20:31:23 +0000
commit4e0abb1d514a9d868cab7fb19ce7f0bc599c6ae0 (patch)
treedabe48c10e2a3e859c034016d117ba805a799e89 /libstdc++-v3/acinclude.m4
parent01ef8751ce7a0ea08eb66fd88e09beaec090a9ab (diff)
downloadgcc-4e0abb1d514a9d868cab7fb19ce7f0bc599c6ae0.zip
gcc-4e0abb1d514a9d868cab7fb19ce7f0bc599c6ae0.tar.gz
gcc-4e0abb1d514a9d868cab7fb19ce7f0bc599c6ae0.tar.bz2
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. * configure: Rebuilt. From-SVN: r43104
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r--libstdc++-v3/acinclude.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index d4d0c05..bcfd4bb 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -129,6 +129,10 @@ LIB_AC_PROG_CXX
# 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