projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe269d
)
* make-dist: Fix after recent configure.ac quoting changes.
author
Glenn Morris
<rgm@gnu.org>
Tue, 5 Jul 2022 21:50:17 +0000
(14:50 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 5 Jul 2022 21:50:17 +0000
(14:50 -0700)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 67e49382d07ad918131c252fd45211335bcca707..c1e7942d6013b3f6ee8633cfd0d90a8c63bab753 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-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' \