add tag AC_DEFUN([AC_DATAROOTDIR_CHECKED] for autoconf 2.6 and higher compatibility

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@279 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-04-19 12:45:30 +00:00
commit b277c3b3c5
4 changed files with 14 additions and 4 deletions

View file

@ -7,6 +7,9 @@ AC_INIT(configure.in)
AM_INIT_AUTOMAKE(paradisEO, 0.3)
dnl AM_CONFIG_HEADER(config.h)
dnl Autoconf 2.6 or higher compatibility
AC_DEFUN([AC_DATAROOTDIR_CHECKED])
AC_ISC_POSIX
CXXFLAGS=""
AC_SUBST(CXXFLAGS)