aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
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*)