From 7d89f5a97c2f8862e8fc36cfa121ef3442d2b2ac Mon Sep 17 00:00:00 2001 From: tlegrand Date: Thu, 4 Oct 2007 15:10:11 +0000 Subject: [PATCH] added autoconf > 2.6 compatibility --- eo/configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eo/configure.in b/eo/configure.in index 341ae7a7..efc5d00a 100644 --- a/eo/configure.in +++ b/eo/configure.in @@ -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)