diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-26 21:43:25 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-26 21:43:25 +0000 |
commit | 59fb3497509b0f02929ccbc0f8b748350dc8b788 (patch) | |
tree | 5feb4e5b352935ca3f44909217ca433014c24ed1 /sim/ppc/configure.in | |
parent | 56df89bcf6fce376f7456b7f1ae8032d3d807776 (diff) | |
download | gdb-59fb3497509b0f02929ccbc0f8b748350dc8b788.zip gdb-59fb3497509b0f02929ccbc0f8b748350dc8b788.tar.gz gdb-59fb3497509b0f02929ccbc0f8b748350dc8b788.tar.bz2 |
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h: New file.
* configure.in: Reverted change of Apr 24; use sinclude again.
Don't call AC_C_CROSS.
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r-- | sim/ppc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index 1072d3e..86e6517 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -1,4 +1,5 @@ dnl Process this file with autoconf to produce a configure script. +sinclude(../common/aclocal.m4) AC_PREREQ(2.5)dnl AC_INIT(Makefile.in) @@ -6,7 +7,6 @@ AC_PROG_INSTALL AC_PROG_CC # Put a plausible default for CC_FOR_BUILD in Makefile. -AC_C_CROSS if test "x$cross_compiling" = "xno"; then CC_FOR_BUILD='$(CC)' else |