From 4e0abb1d514a9d868cab7fb19ce7f0bc599c6ae0 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 9 Jun 2001 20:31:23 +0000 Subject: 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 --- libjava/ChangeLog | 6 ++++++ libjava/acinclude.m4 | 4 ++++ 2 files changed, 10 insertions(+) (limited to 'libjava') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 02d8082..f497890 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,9 @@ +2001-06-09 Alexandre Oliva , Stephen L Moshier + + * acinclude.m4 (AC_EXEEXT): Work around in case it expands to + nothing, as in autoconf 2.50. + * configure: Rebuilt. + 2001-06-08 Tom Tromey * configure: Rebuilt. diff --git a/libjava/acinclude.m4 b/libjava/acinclude.m4 index bee5413..6540dd5 100644 --- a/libjava/acinclude.m4 +++ b/libjava/acinclude.m4 @@ -67,6 +67,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 -- cgit v1.1