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
commite7ea98cffa046f33422a7b50c5fea5203d2d6ba5 (patch)
treed7718dcc5858044dfccb7d7a7527ca8db174c975 /configure.in
parent7bf0e96628541e764573ceecf95488c31b28ae18 (diff)
downloademacs-e7ea98cffa046f33422a7b50c5fea5203d2d6ba5.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)