updated required automake/autoconf versions (autoconf 2.57 is surely not enough; couldn't test with 2.58)
authorladanyi
Tue, 14 Jun 2005 10:18:12 +0000
changeset 1482b9818eea0550
parent 1481 ca33a3cf41ce
child 1483 e427615afb48
updated required automake/autoconf versions (autoconf 2.57 is surely not enough; couldn't test with 2.58)
configure.ac
     1.1 --- a/configure.ac	Tue Jun 14 10:08:48 2005 +0000
     1.2 +++ b/configure.ac	Tue Jun 14 10:18:12 2005 +0000
     1.3 @@ -1,10 +1,10 @@
     1.4  dnl Process this file with autoconf to produce a configure script.
     1.5  AC_INIT([LEMON], [0.4], [etik-ol@cs.elte.hu], [lemon])
     1.6  AC_CONFIG_AUX_DIR([config])
     1.7 -AM_INIT_AUTOMAKE
     1.8 +AM_INIT_AUTOMAKE([1.7])
     1.9  AC_CONFIG_SRCDIR([lemon/invalid.h])
    1.10  AC_CONFIG_HEADERS([config.h lemon/config.h])
    1.11 -AC_PREREQ([2.53])
    1.12 +AC_PREREQ([2.59])
    1.13  
    1.14  dnl Save user defined CXXFLAGS
    1.15  dnl lx_user_cxxflags="$CXXFLAGS"