diff options
author | David Billinghurst <David.Billinghurst@riotinto.com> | 2002-05-03 20:17:48 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-05-03 20:17:48 +0000 |
commit | 0659e0e3df6a29122914540ea13e7373ec84ab8e (patch) | |
tree | a52d54cc11be6f6693dae764579a68d3d1a97575 /libjava/acinclude.m4 | |
parent | 5833ab666f4bc6501e6205e4b0efe70e0ddc1c12 (diff) | |
download | gcc-0659e0e3df6a29122914540ea13e7373ec84ab8e.zip gcc-0659e0e3df6a29122914540ea13e7373ec84ab8e.tar.gz gcc-0659e0e3df6a29122914540ea13e7373ec84ab8e.tar.bz2 |
natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.
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'.
Co-Authored-By: Tom Tromey <tromey@redhat.com>
From-SVN: r53117
Diffstat (limited to 'libjava/acinclude.m4')
-rw-r--r-- | libjava/acinclude.m4 | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/libjava/acinclude.m4 b/libjava/acinclude.m4 index 11ed671..fe06406 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 |