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

@ -1,6 +1,9 @@
AC_INIT(configure.in)
AM_INIT_AUTOMAKE(paradiseo-mo, 0.1)
dnl Autoconf 2.6 or higher compatibility
AC_DEFUN([AC_DATAROOTDIR_CHECKED])
AC_ISC_POSIX
AC_PROG_CXX
AM_PROG_CC_STDC