diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | make-dist | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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 |