summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-04-02 21:16:18 -0400
committerGlenn Morris <rgm@gnu.org>2014-04-02 21:16:18 -0400
commit3a9e7a49deea49088a773c321e52185e922748d6 (patch)
tree84874e92d1cf9e98c53c506a7e096940d5262a00 /make-dist
parent170c12e054eb232fa09bcb86fc7018ded11a2f07 (diff)
downloademacs-3a9e7a49deea49088a773c321e52185e922748d6.tar.gz
* make-dist: Further update AC_INIT regexp.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 7e56a447bfa..16b90de239d 100755
--- a/make-dist
+++ b/make-dist
@@ -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