(AC_PREREQ): Require autoconf 2.62.

This commit is contained in:
Glenn Morris 2009-07-22 02:54:54 +00:00
parent cb71155600
commit 49a9e76da8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-07-22 Glenn Morris <rgm@gnu.org>
* configure.in (AC_PREREQ): Require autoconf 2.62.
2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
* configure.in (--enable-checking, --enable-profiling): Use

View file

@ -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)