* (make-dist): Update AC_INIT regexp.

This commit is contained in:
Glenn Morris 2014-03-28 20:14:16 -04:00
parent 7b207d6d4f
commit dd694335f5
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
* configure.ac (AC_INIT): Add "GNU" in package, add bug address.
(PACKAGE_BUGREPORT): Use it.
(make-dist): Update AC_INIT regexp.
* configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
(EMACS_CONFIG_FEATURES): New define.

View file

@ -160,7 +160,7 @@ fi
### Find out which version of Emacs this is.
version=`
sed -n 's/^AC_INIT(emacs,[ ]*\([^ )]*\).*/\1/p' <configure.ac
sed -n 's/^AC_INIT(GNU Emacs,[ ]*\([^ )]*\).*/\1/p' <configure.ac
` || version=
if [ ! "${version}" ]; then
echo "${progname}: can't find current Emacs version in \`./src/emacs.c'" >&2