summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2022-07-05 14:50:17 -0700
committerGlenn Morris <rgm@gnu.org>2022-07-05 14:50:17 -0700
commit0463368a7b70dfc7914e5c5577c9690f8d0c4f7c (patch)
treee9736bab9374cbe83431fc70f499b51ae1c92313 /make-dist
parent1fe269d59df02b398d6240385bc1861568b97868 (diff)
downloademacs-0463368a7b70dfc7914e5c5577c9690f8d0c4f7c.tar.gz
* make-dist: Fix after recent configure.ac quoting changes.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 67e49382d07..c1e7942d601 100755
--- 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' \