diff options
| author | Glenn Morris | 2014-03-28 20:14:16 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-28 20:14:16 -0400 |
| commit | dd694335f5f34d2629d2d0e8a93d1f0daf39c418 (patch) | |
| tree | 53fddbfe87c854d9db13a89db2a9bc578bf93bd7 | |
| parent | 7b207d6d4f2de3ee07ffc8b02464c2b186372970 (diff) | |
| download | emacs-dd694335f5f34d2629d2d0e8a93d1f0daf39c418.tar.gz emacs-dd694335f5f34d2629d2d0e8a93d1f0daf39c418.zip | |
* (make-dist): Update AC_INIT regexp.
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rwxr-xr-x | make-dist | 2 |
2 files changed, 2 insertions, 1 deletions
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * configure.ac (AC_INIT): Add "GNU" in package, add bug address. | 3 | * configure.ac (AC_INIT): Add "GNU" in package, add bug address. |
| 4 | (PACKAGE_BUGREPORT): Use it. | 4 | (PACKAGE_BUGREPORT): Use it. |
| 5 | (make-dist): Update AC_INIT regexp. | ||
| 5 | 6 | ||
| 6 | * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency. | 7 | * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency. |
| 7 | (EMACS_CONFIG_FEATURES): New define. | 8 | (EMACS_CONFIG_FEATURES): New define. |
| @@ -160,7 +160,7 @@ fi | |||
| 160 | 160 | ||
| 161 | ### Find out which version of Emacs this is. | 161 | ### Find out which version of Emacs this is. |
| 162 | version=` | 162 | version=` |
| 163 | sed -n 's/^AC_INIT(emacs,[ ]*\([^ )]*\).*/\1/p' <configure.ac | 163 | sed -n 's/^AC_INIT(GNU Emacs,[ ]*\([^ )]*\).*/\1/p' <configure.ac |
| 164 | ` || version= | 164 | ` || version= |
| 165 | if [ ! "${version}" ]; then | 165 | if [ ! "${version}" ]; then |
| 166 | echo "${progname}: can't find current Emacs version in \`./src/emacs.c'" >&2 | 166 | echo "${progname}: can't find current Emacs version in \`./src/emacs.c'" >&2 |