added autoconf > 2.6 compatibility
This commit is contained in:
parent
f5789db336
commit
7d89f5a97c
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ dnl Change the version number here
|
||||||
AC_INIT([Evolving Objects],[1.02-cvs1],[eodev-help@sourceforge.net],[eo])
|
AC_INIT([Evolving Objects],[1.02-cvs1],[eodev-help@sourceforge.net],[eo])
|
||||||
AC_PREREQ(2.60)
|
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
|
dnl make sure we are compiling from the correct sources
|
||||||
AC_CONFIG_SRCDIR(src/eoOp.h)
|
AC_CONFIG_SRCDIR(src/eoOp.h)
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue