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:
parent
4a849291bc
commit
9dd7e9cf22
@ -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
4
libjava/aclocal.m4
vendored
@ -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
478
libjava/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user