From cc4069a9fa1680df39f54155aa6d2da8e3e27c02 Mon Sep 17 00:00:00 2001 From: aoliva 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. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43104 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/acinclude.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libjava/acinclude.m4') diff --git a/libjava/acinclude.m4 b/libjava/acinclude.m4 index bee54131364..6540dd5915a 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.2.3