aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
authorPaul Eggert2012-07-08 21:52:49 -0700
committerPaul Eggert2012-07-08 21:52:49 -0700
commitc4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1 (patch)
tree712790cc90ed29dda310c6b461ff3b6a7b04947d /admin/admin.el
parentf1f924b61976585c693f1f18445889ae891e2211 (diff)
downloademacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.tar.gz
emacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.zip
Rename configure.in to configure.ac.
Fixes: debbugs:11603
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 9fcc5795d21..6d729214bd0 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -62,7 +62,7 @@ Root must be the root of an Emacs source tree."
62 (set-version-in-file root "README" version 62 (set-version-in-file root "README" version
63 (rx (and "version" (1+ space) 63 (rx (and "version" (1+ space)
64 (submatch (1+ (in "0-9.")))))) 64 (submatch (1+ (in "0-9."))))))
65 (set-version-in-file root "configure.in" version 65 (set-version-in-file root "configure.ac" version
66 (rx (and "AC_INIT" (1+ (not (in ?,))) 66 (rx (and "AC_INIT" (1+ (not (in ?,)))
67 ?, (0+ space) 67 ?, (0+ space)
68 (submatch (1+ (in "0-9.")))))) 68 (submatch (1+ (in "0-9."))))))