summaryrefslogtreecommitdiff
path: root/libjava/aclocal.m4
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-03 20:17:48 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-03 20:17:48 +0000
commitee12f7ca4f4e402bb477a00620f683b415352bb7 (patch)
treea52d54cc11be6f6693dae764579a68d3d1a97575 /libjava/aclocal.m4
parentf93b14df78472d643481b72b5d26c12cba301c72 (diff)
downloadgcc-ee12f7ca4f4e402bb477a00620f683b415352bb7.tar.gz
2002-05-03 David Billinghurst <David.Billinghurst@riotinto.com>
Tom Tromey <tromey@redhat.com> * java/lang/natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE. * include/config.h.in: Rebuilt. * acconfig.h (HAVE_UNDERSCORE_TIMEZONE, HAVE_BACKTRACE): Undef. * aclocal.m4, configure: Rebuilt. * acinclude.m4: Run AC_EXEEXT. * configure.in: Adjust test for `timezone' so it fails on Cygwin. Add test for `_timezone'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53117 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/aclocal.m4')
-rw-r--r--libjava/aclocal.m415
1 files changed, 1 insertions, 14 deletions
diff --git a/libjava/aclocal.m4 b/libjava/aclocal.m4
index 0ec14daaadd..4ddb184f4ba 100644
--- a/libjava/aclocal.m4
+++ b/libjava/aclocal.m4
@@ -156,20 +156,7 @@ AC_PROG_INSTALL
AM_MAINTAINER_MODE
-# We need AC_EXEEXT to keep automake happy in cygnus mode. However,
-# at least currently, we never actually build a program, so we never
-# need to use $(EXEEXT). Moreover, the test for EXEEXT normally
-# fails, because we are probably configuring with a cross compiler
-# which cant create executables. So we include AC_EXEEXT to keep
-# automake happy, but we don't execute it, since we don't 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
+AC_EXEEXT
# configure.host sets the following important variables
# libgcj_cflags - host specific C compiler flags