* (make-dist): Update AC_INIT regexp.
This commit is contained in:
parent
7b207d6d4f
commit
dd694335f5
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue