Fix font-lock for bin/autoconf.

* bin/autoconf.as (exit_missing_arg): Font-lock tweak.

Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
Eric Blake 2007-10-09 16:06:44 -06:00
parent 037693bc20
commit c09a86f9b9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-10-09 Eric Blake <ebb9@byu.net>
* bin/autoconf.as (exit_missing_arg): Font-lock tweak.
2007-10-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/install.texi (Basic Installation): Document `uninstall'.

View File

@ -73,7 +73,7 @@ exit_missing_arg='
AS_ECHO(["$as_me: option \`$[1]'\'' requires an argument"]) >&2
AS_ECHO(["$help"]) >&2
exit 1
'
' # restore font-lock: "
# Variables.
: ${AUTOM4TE='@bindir@/@autom4te-name@'}