From: Paul Eggert Date: Mon, 18 Dec 2006 20:11:11 +0000 (+0000) Subject: Regenerate. X-Git-Tag: v2.62~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e83f87f8631e08d3a2c95283e248755c08feea;p=thirdparty%2Fautoconf.git Regenerate. --- diff --git a/configure b/configure index b9d9b2bc..71e3b486 100755 --- a/configure +++ b/configure @@ -683,6 +683,7 @@ SED LIBOBJS LTLIBOBJS' ac_subst_files='' +ac_user_opts=':enable_option_checking:with_lispdir:' ac_precious_vars='build_alias host_alias target_alias @@ -693,6 +694,8 @@ EMACSLOADPATH' # Initialize some variables set by options. ac_init_help= ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null @@ -797,6 +800,11 @@ do { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-.]/_/g'` + case $ac_user_opts in + *:enable_$ac_useropt:*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt" + ac_unrecognized_sep=', ';; + esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) @@ -816,6 +824,11 @@ do { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-.]/_/g'` + case $ac_user_opts in + *:enable_$ac_useropt:*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt" + ac_unrecognized_sep=', ';; + esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ @@ -1013,6 +1026,11 @@ do { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-.]/_/g'` + case $ac_user_opts in + *:with_$ac_useropt:*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt" + ac_unrecognized_sep=', ';; + esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) @@ -1022,6 +1040,11 @@ do { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-.]/_/g'` + case $ac_user_opts in + *:with_$ac_useropt:*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt" + ac_unrecognized_sep=', ';; + esac eval with_$ac_useropt=no ;; --x) @@ -1073,6 +1096,15 @@ if test -n "$ac_prev"; then { (exit 1); exit 1; }; } fi +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 + { (exit 1); exit 1; }; } ;; + *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + # Be sure to have absolute directory names. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ @@ -3992,6 +4024,10 @@ if test "$no_create" != yes; then # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} +fi # Report the state of this version of Autoconf if this is a beta. cat <