diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-09 21:29:16 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-09 21:29:16 +0000 |
commit | 1030633a65fb14d46fc189149254b7402d8a61d3 (patch) | |
tree | 6c764b9a7952e76b69bc874843d10ed4d73e0cea /libjava/aclocal.m4 | |
parent | 9898612de0fad0168bb1b61903db4464ef54333a (diff) | |
download | gcc-1030633a65fb14d46fc189149254b7402d8a61d3.tar.gz |
* acinclude.m4 (AC_EXEEXT): Work around in case it expands to
nothing, as in autoconf 2.50.
* aclocal.m4, configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43108 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/aclocal.m4')
-rw-r--r-- | libjava/aclocal.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/aclocal.m4 b/libjava/aclocal.m4 index aae476b25f4..6221b91831c 100644 --- a/libjava/aclocal.m4 +++ b/libjava/aclocal.m4 @@ -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 |