Hi Eric, * Eric Blake wrote on Fri, Nov 21, 2008 at 07:20:06PM CET: > --- a/bin/autoconf.as > +++ b/bin/autoconf.as > @@ -79,10 +79,9 @@ help="\ > Try \`$as_me --help' for more information." > > exit_missing_arg=' > - AS_ECHO(["$as_me: option \`$[1]'\'' requires an argument"]) >&2 > - AS_ECHO(["$help"]) >&2 > - AS_EXIT([1]) > -' # restore font-lock: " > + m4_bpatsubst([AS_ERROR([option `$[1]' requires an argument$as_nl$help])], > + ['], ['\\''])'
Why is that m4_bpatsubst needed here ... > +# restore font-lock: ' > @@ -154,9 +153,7 @@ while test $# -gt 0 ; do > break ;; > -* ) > exec >&2 > - AS_ECHO(["$as_me: invalid option $[1]"]) > - AS_ECHO(["$help"]) > - AS_EXIT([1]) ;; > + AS_ERROR([invalid option `$[1]'$as_nl$help]) ;; #` ... but not here? Sorry for not testing. Thanks, Ralf
