added autoconf > 2.6 compatibility

This commit is contained in:
tlegrand 2007-10-04 15:10:11 +00:00
commit 7d89f5a97c

View file

@ -4,6 +4,9 @@ dnl Change the version number here
AC_INIT([Evolving Objects],[1.02-cvs1],[eodev-help@sourceforge.net],[eo])
AC_PREREQ(2.60)
dnl Autoconf 2.6 or higher compatibility
AC_DEFUN([AC_DATAROOTDIR_CHECKED])
dnl make sure we are compiling from the correct sources
AC_CONFIG_SRCDIR(src/eoOp.h)