summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-03-28 20:14:16 -0400
committerGlenn Morris <rgm@gnu.org>2014-03-28 20:14:16 -0400
commitdd694335f5f34d2629d2d0e8a93d1f0daf39c418 (patch)
tree53fddbfe87c854d9db13a89db2a9bc578bf93bd7 /make-dist
parent7b207d6d4f2de3ee07ffc8b02464c2b186372970 (diff)
downloademacs-dd694335f5f34d2629d2d0e8a93d1f0daf39c418.tar.gz
* (make-dist): 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 cabce329f01..7e56a447bfa 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(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