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:
parent
1fe269d59d
commit
0463368a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue