* make-dist: Further update AC_INIT regexp.

This commit is contained in:
Glenn Morris 2014-04-02 21:16:18 -04:00
parent 170c12e054
commit 3a9e7a49de
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-04-03 Glenn Morris <rgm@gnu.org>
* make-dist: Further update AC_INIT regexp.
2014-04-02 Glenn Morris <rgm@gnu.org>
* configure.ac: Make the final "Does Emacs use Gsettings" message

View file

@ -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