From 0659e0e3df6a29122914540ea13e7373ec84ab8e Mon Sep 17 00:00:00 2001 From: David Billinghurst Date: Fri, 3 May 2002 20:17:48 +0000 Subject: natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE. 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'. Co-Authored-By: Tom Tromey From-SVN: r53117 --- libjava/aclocal.m4 | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'libjava/aclocal.m4') diff --git a/libjava/aclocal.m4 b/libjava/aclocal.m4 index 0ec14da..4ddb184 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 -- cgit v1.1