[Lemon-commits] [lemon_svn] ladanyi: r1962 - hugo/trunk
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:49:06 CET 2006
Author: ladanyi
Date: Tue Jun 14 12:18:12 2005
New Revision: 1962
Modified:
hugo/trunk/configure.ac
Log:
updated required automake/autoconf versions (autoconf 2.57 is surely not enough; couldn't test with 2.58)
Modified: hugo/trunk/configure.ac
==============================================================================
--- hugo/trunk/configure.ac (original)
+++ hugo/trunk/configure.ac Tue Jun 14 12:18:12 2005
@@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([LEMON], [0.4], [etik-ol at cs.elte.hu], [lemon])
AC_CONFIG_AUX_DIR([config])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.7])
AC_CONFIG_SRCDIR([lemon/invalid.h])
AC_CONFIG_HEADERS([config.h lemon/config.h])
-AC_PREREQ([2.53])
+AC_PREREQ([2.59])
dnl Save user defined CXXFLAGS
dnl lx_user_cxxflags="$CXXFLAGS"
More information about the Lemon-commits
mailing list