Optimize checking for identifiers.
commite76d30be25680c3e1966ee448ae24b888ab3469d
authorEric Blake <ebb9@byu.net>
Wed, 3 Oct 2007 23:18:59 +0000 (3 17:18 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 3 Oct 2007 23:22:46 +0000 (3 17:22 -0600)
treec22a8c0525970c3e00a2441bbeeef23f09ce8f50
parent8b299b6d82819468d0427c0ae6332a02ec569915
Optimize checking for identifiers.

* lib/m4sugar/m4sh.m4 (AS_IDENTIFIER_IF, _AS_IDENTIFIER_IF): New
macros, more efficient than regex on m4_re_word.
* lib/autoconf/general.m4 (AC_SUBST, AC_DEFINE_TRACE_LITERAL):
Rewrite in terms of new macro.  As a side-effect, AC_DEFINE can
now use @&t@.
* configure: Regenerate.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
configure
lib/autoconf/general.m4
lib/m4sugar/m4sh.m4