From 0463368a7b70dfc7914e5c5577c9690f8d0c4f7c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 5 Jul 2022 14:50:17 -0700 Subject: [PATCH] * make-dist: Fix after recent configure.ac quoting changes. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'