aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-04-02 21:16:18 -0400
committerGlenn Morris2014-04-02 21:16:18 -0400
commit3a9e7a49deea49088a773c321e52185e922748d6 (patch)
tree84874e92d1cf9e98c53c506a7e096940d5262a00
parent170c12e054eb232fa09bcb86fc7018ded11a2f07 (diff)
downloademacs-3a9e7a49deea49088a773c321e52185e922748d6.tar.gz
emacs-3a9e7a49deea49088a773c321e52185e922748d6.zip
* make-dist: Further update AC_INIT regexp.
-rw-r--r--ChangeLog4
-rwxr-xr-xmake-dist2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6612f178304..a9321a84dd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12014-04-03 Glenn Morris <rgm@gnu.org>
2
3 * make-dist: Further update AC_INIT regexp.
4
12014-04-02 Glenn Morris <rgm@gnu.org> 52014-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
diff --git a/make-dist b/make-dist
index 7e56a447bfa..16b90de239d 100755
--- a/make-dist
+++ b/make-dist
@@ -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.
162version=` 162version=`
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=
165if [ ! "${version}" ]; then 165if [ ! "${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