diff options
author | Glenn Morris <rgm@gnu.org> | 2014-04-02 21:16:18 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-04-02 21:16:18 -0400 |
commit | 3a9e7a49deea49088a773c321e52185e922748d6 (patch) | |
tree | 84874e92d1cf9e98c53c506a7e096940d5262a00 /make-dist | |
parent | 170c12e054eb232fa09bcb86fc7018ded11a2f07 (diff) |
* make-dist: Further update AC_INIT regexp.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ fi ### Find out which version of Emacs this is. version=` - sed -n 's/^AC_INIT(GNU 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 |