Require autoconf >= 2.58 because of AS_HELP_STRING.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7119 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2005-03-30 11:21:05 +00:00
commit 0b330da039

View file

@ -3,7 +3,7 @@ dnl The macros which aren't shipped with the autotools are stored in the
dnl Tools/config directory in .m4 files.
AC_INIT([swig],[1.3.25],[http://www.swig.org])
AC_PREREQ(2.54)
AC_PREREQ(2.58)
AC_CONFIG_SRCDIR([Source/Swig/swig.h])
AC_CONFIG_AUX_DIR([Tools/config])
AC_CONFIG_HEADERS([Source/Include/swigconfig.h])