aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-03-18 00:25:49 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-17 17:25:49 -0700
commit866fb7cca13e37c78261b3253c7c0e97c96c8498 (patch)
treeb7543d5dd97773771a3538dd117b91b2830de5f7 /gcc
parent77d787fa2eaf88d36398c62d3d0c1a384f612ee7 (diff)
downloadgcc-866fb7cca13e37c78261b3253c7c0e97c96c8498.zip
gcc-866fb7cca13e37c78261b3253c7c0e97c96c8498.tar.gz
gcc-866fb7cca13e37c78261b3253c7c0e97c96c8498.tar.bz2
configure.in: Use "exit 1", not "exit (1)".
* configure.in: Use "exit 1", not "exit (1)". * configure: Rebuilt. From-SVN: r25836
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b81877e..60a6bb2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 18 01:24:25 1999 Jeffrey A Law (law@cygnus.com)
+
+ * configure.in: Use "exit 1", not "exit (1)".
+ * configure: Rebuilt.
+
Wed Mar 17 23:17:42 1999 Mark Kettenis <kettenis@gnu.org>
* config/t-gnu (SYSTEM_HEADER_DIR): New variable. Set to
diff --git a/gcc/configure b/gcc/configure
index a819a6c..d150eb7 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -3516,7 +3516,7 @@ for machine in $build $host $target; do
;;
i[34567]86-go32-msdos | i[34567]86-*-go32*)
echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
- exit (1)
+ exit 1
;;
i[34567]86-pc-msdosdjgpp*)
xm_file=i386/xm-djgpp.h
diff --git a/gcc/configure.in b/gcc/configure.in
index 4852a88..d6e15ea 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -1200,7 +1200,7 @@ changequote(,)dnl
i[34567]86-go32-msdos | i[34567]86-*-go32*)
changequote([,])dnl
echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
- exit (1)
+ exit 1
;;
changequote(,)dnl
i[34567]86-pc-msdosdjgpp*)