From: Eric Blake Date: Tue, 9 Oct 2007 22:06:44 +0000 (-0600) Subject: Fix font-lock for bin/autoconf. X-Git-Tag: v2.62~213^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09a86f9b92e9962f165bc360ed180d5b210d8d7;p=thirdparty%2Fautoconf.git Fix font-lock for bin/autoconf. * bin/autoconf.as (exit_missing_arg): Font-lock tweak. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 941d986b..e37f7668 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-09 Eric Blake + + * bin/autoconf.as (exit_missing_arg): Font-lock tweak. + 2007-10-09 Ralf Wildenhues * doc/install.texi (Basic Installation): Document `uninstall'. diff --git a/bin/autoconf.as b/bin/autoconf.as index 17c6150d..a979619f 100644 --- a/bin/autoconf.as +++ b/bin/autoconf.as @@ -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@'}