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
This commit is contained in:
Alexandre Oliva 2001-06-09 21:29:16 +00:00 committed by Alexandre Oliva
parent 4a849291bc
commit 9dd7e9cf22
3 changed files with 246 additions and 238 deletions

View File

@ -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>

4
libjava/aclocal.m4 vendored
View File

@ -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

478
libjava/configure vendored

File diff suppressed because it is too large Load Diff