diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-12-24 01:48:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-12-24 01:48:56 +0000 |
commit | e5fb9a2e3ad64981db6e6b09b14bdcb8c3b9ea55 (patch) | |
tree | 6df3992bdd1ddfcfae78c7474bc332ebd76f1dfd /configure.in | |
parent | 9d4c6f070ba540b64500c158e0ec190e24335371 (diff) | |
download | emacs-e5fb9a2e3ad64981db6e6b09b14bdcb8c3b9ea55.tar.gz |
Require Autoconf 2.61.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e6072d2dbad..2e4580ce175 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ dnl along with GNU Emacs; see the file COPYING. If not, write to the dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, dnl Boston, MA 02110-1301, USA. -AC_PREREQ(2.54)dnl +AC_PREREQ(2.61)dnl AC_INIT(src/lisp.h) AC_CONFIG_HEADER(src/config.h:src/config.in) |