summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/gdb.chill
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1996-06-25 12:54:35 +0000
committerJason Molenda <crash@cygnus>1996-06-25 12:54:35 +0000
commit6c890568ff69b3a6966b4619515cf27e2177bd74 (patch)
tree82f95f16b088aa0b29cc574f19eb30c8b32e76bc /gdb/testsuite/gdb.chill
parent1c94de4d743508a928b5e67eb5358258b0017935 (diff)
downloadppe42-binutils-6c890568ff69b3a6966b4619515cf27e2177bd74.tar.gz
ppe42-binutils-6c890568ff69b3a6966b4619515cf27e2177bd74.zip
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
* gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to @srcdir@. * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ): autoconf 2.5 or higher. * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
Diffstat (limited to 'gdb/testsuite/gdb.chill')
-rwxr-xr-xgdb/testsuite/gdb.chill/configure8
-rw-r--r--gdb/testsuite/gdb.chill/configure.in6
2 files changed, 5 insertions, 9 deletions
diff --git a/gdb/testsuite/gdb.chill/configure b/gdb/testsuite/gdb.chill/configure
index 332aa63361..3750121698 100755
--- a/gdb/testsuite/gdb.chill/configure
+++ b/gdb/testsuite/gdb.chill/configure
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.8
-# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+# Generated automatically using autoconf version 2.10
+# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
@@ -330,7 +330,7 @@ EOF
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
- echo "configure generated by autoconf version 2.8"
+ echo "configure generated by autoconf version 2.10"
exit 0 ;;
-with-* | --with-*)
@@ -709,7 +709,7 @@ do
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
- echo "$CONFIG_STATUS generated by autoconf version 2.8"
+ echo "$CONFIG_STATUS generated by autoconf version 2.10"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
diff --git a/gdb/testsuite/gdb.chill/configure.in b/gdb/testsuite/gdb.chill/configure.in
index ac0d7b7f8d..3eed026de4 100644
--- a/gdb/testsuite/gdb.chill/configure.in
+++ b/gdb/testsuite/gdb.chill/configure.in
@@ -1,10 +1,6 @@
dnl Process this file file with autoconf to produce a configure script.
-dnl This file is a shell script fragment that supplies the information
-dnl necessary to tailor a template configure script into the configure
-dnl script appropriate for this directory. For more information, check
-dnl any existing configure script.
-AC_PREREQ(1.118)
+AC_PREREQ(2.5)
AC_INIT(chexp.exp)
CC=${CC-cc}
OpenPOWER on IntegriCloud