From ee12f7ca4f4e402bb477a00620f683b415352bb7 Mon Sep 17 00:00:00 2001 From: tromey Date: Fri, 3 May 2002 20:17:48 +0000 Subject: 2002-05-03 David Billinghurst Tom Tromey * 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 --- libjava/acinclude.m4 | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'libjava/acinclude.m4') diff --git a/libjava/acinclude.m4 b/libjava/acinclude.m4 index 11ed671fc08..fe06406226f 100644 --- a/libjava/acinclude.m4 +++ b/libjava/acinclude.m4 @@ -144,20 +144,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 -- cgit v1.2.3