1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* make-dist: Fix after recent configure.ac quoting changes.

This commit is contained in:
Glenn Morris 2022-07-05 14:50:17 -07:00
parent 1fe269d59d
commit 0463368a7b

View file

@ -174,7 +174,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
printf '%s\n' \