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

@ -5,9 +5,9 @@
The basic installation procedure must be done in the directory
which contains the extracted archive.
--> Example : ./installParadiseo.sh
--> Example : source installParadiseo.sh
Please try ./installParadiseo.sh --help for further information
Please try source installParadiseo.sh --help for further information
==========================================================================================
DIRECTORY STRUCTURE
@ -18,11 +18,13 @@ structure:
.../ Installation directory (specified with ./installParadiseo.sh)
|
+-- lib/
| | +-- /paradiseo-eo.tgz paradiseo-eo archive
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO)
|
|
+-- paradiseo-eo paradiseo-eo dir
|
|
+-- paradiseo-mo paradiseo-mo dir
|
|
@ -46,7 +48,6 @@ you should have the following structure :
.../ Installation directory (specified with ./installParadiseo.sh)
|
+-- lib/
| | +-- /paradiseo-eo.tgz paradiseo-eo archive
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO)
|

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

View file

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

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)