diff options
| author | Glenn Morris | 2014-04-02 21:16:18 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-04-02 21:16:18 -0400 |
| commit | 3a9e7a49deea49088a773c321e52185e922748d6 (patch) | |
| tree | 84874e92d1cf9e98c53c506a7e096940d5262a00 | |
| parent | 170c12e054eb232fa09bcb86fc7018ded11a2f07 (diff) | |
| download | emacs-3a9e7a49deea49088a773c321e52185e922748d6.tar.gz emacs-3a9e7a49deea49088a773c321e52185e922748d6.zip | |
* make-dist: Further update AC_INIT regexp.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | make-dist | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-04-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: Further update AC_INIT regexp. | ||
| 4 | |||
| 1 | 2014-04-02 Glenn Morris <rgm@gnu.org> | 5 | 2014-04-02 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.ac: Make the final "Does Emacs use Gsettings" message | 7 | * configure.ac: Make the final "Does Emacs use Gsettings" message |
| @@ -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(GNU 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 |