(AC_PARSEARGS): Unknown option is a fatal error.

This commit is contained in:
David MacKenzie 1994-04-09 22:07:23 +00:00
parent 005878ac0d
commit 72ba225221
2 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ ac_configure_args="[$]*"
# Only options that might do something get documented.
changequote(,)dnl
ac_usage="Usage: configure [options] [host]
Options: [defaults in brackets]
Options: [defaults in brackets after descriptions]
--build=BUILD configure for building on BUILD [BUILD=HOST]
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
@ -315,7 +315,7 @@ changequote([,])dnl
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
x_libraries="$ac_optarg" ;;
-*) AC_WARN([$ac_option: invalid option; use --help to show usage])
-*) AC_ERROR([$ac_option: invalid option; use --help to show usage])
;;
*)

View File

@ -88,7 +88,7 @@ ac_configure_args="[$]*"
# Only options that might do something get documented.
changequote(,)dnl
ac_usage="Usage: configure [options] [host]
Options: [defaults in brackets]
Options: [defaults in brackets after descriptions]
--build=BUILD configure for building on BUILD [BUILD=HOST]
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
@ -315,7 +315,7 @@ changequote([,])dnl
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
x_libraries="$ac_optarg" ;;
-*) AC_WARN([$ac_option: invalid option; use --help to show usage])
-*) AC_ERROR([$ac_option: invalid option; use --help to show usage])
;;
*)