summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-22 02:54:54 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-22 02:54:54 +0000
commit49a9e76da89e2552cc942fc7d687cc9cbbf28e26 (patch)
tree1c049cf08966b19e204c86be2a81daa21d2ca6f6 /configure.in
parentcb711556008291dc0d1425b8f0f0837b37ae8368 (diff)
downloademacs-49a9e76da89e2552cc942fc7d687cc9cbbf28e26.tar.gz
(AC_PREREQ): Require autoconf 2.62.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b6257a5b067..f4096db294e 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.61)
+AC_PREREQ(2.62)
AC_INIT(emacs, 23.1.50)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)