aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-26 21:43:25 +0000
committerTom Tromey <tromey@redhat.com>1998-04-26 21:43:25 +0000
commit59fb3497509b0f02929ccbc0f8b748350dc8b788 (patch)
tree5feb4e5b352935ca3f44909217ca433014c24ed1 /sim/ppc/configure.in
parent56df89bcf6fce376f7456b7f1ae8032d3d807776 (diff)
downloadgdb-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.in2
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