From: Jeffrey A Law Date: Thu, 18 Mar 1999 00:25:49 +0000 (+0000) Subject: configure.in: Use "exit 1", not "exit (1)". X-Git-Tag: prereleases/libgcj-0.1~383 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=866fb7cca13e37c78261b3253c7c0e97c96c8498;p=gcc.git configure.in: Use "exit 1", not "exit (1)". * configure.in: Use "exit 1", not "exit (1)". * configure: Rebuilt. From-SVN: r25836 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b81877e3a6fc..60a6bb2f68b0 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 * config/t-gnu (SYSTEM_HEADER_DIR): New variable. Set to diff --git a/gcc/configure b/gcc/configure index a819a6c6c979..d150eb71c6e5 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 4852a887de49..d6e15ea6a9bd 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*)