From: Glenn Morris Date: Tue, 5 Jul 2022 21:50:17 +0000 (-0700) Subject: * make-dist: Fix after recent configure.ac quoting changes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~1157 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0463368a7b70dfc7914e5c5577c9690f8d0c4f7c;p=emacs.git * make-dist: Fix after recent configure.ac quoting changes. --- 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'