configure.in: Use "exit 1", not "exit (1)".
* configure.in: Use "exit 1", not "exit (1)". * configure: Rebuilt. From-SVN: r25836
This commit is contained in:
parent
77d787fa2e
commit
866fb7cca1
@ -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
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -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
|
||||
|
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user