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:
parent
1bc4647415
commit
b277c3b3c5
4 changed files with 14 additions and 4 deletions
|
|
@ -5,9 +5,9 @@
|
||||||
The basic installation procedure must be done in the directory
|
The basic installation procedure must be done in the directory
|
||||||
which contains the extracted archive.
|
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
|
DIRECTORY STRUCTURE
|
||||||
|
|
@ -18,11 +18,13 @@ structure:
|
||||||
.../ Installation directory (specified with ./installParadiseo.sh)
|
.../ Installation directory (specified with ./installParadiseo.sh)
|
||||||
|
|
|
|
||||||
+-- lib/
|
+-- lib/
|
||||||
| | +-- /paradiseo-eo.tgz paradiseo-eo archive
|
|
||||||
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
|
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
|
||||||
| | +-- /mpich2-1.0.3.tar.gz MPICH2 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
|
+-- paradiseo-mo paradiseo-mo dir
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
|
|
@ -46,7 +48,6 @@ you should have the following structure :
|
||||||
.../ Installation directory (specified with ./installParadiseo.sh)
|
.../ Installation directory (specified with ./installParadiseo.sh)
|
||||||
|
|
|
|
||||||
+-- lib/
|
+-- lib/
|
||||||
| | +-- /paradiseo-eo.tgz paradiseo-eo archive
|
|
||||||
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
|
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
|
||||||
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO)
|
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO)
|
||||||
|
|
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
AC_INIT(configure.in)
|
AC_INIT(configure.in)
|
||||||
AM_INIT_AUTOMAKE(paradiseo-mo, 0.1)
|
AM_INIT_AUTOMAKE(paradiseo-mo, 0.1)
|
||||||
|
|
||||||
|
dnl Autoconf 2.6 or higher compatibility
|
||||||
|
AC_DEFUN([AC_DATAROOTDIR_CHECKED])
|
||||||
|
|
||||||
AC_ISC_POSIX
|
AC_ISC_POSIX
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AM_PROG_CC_STDC
|
AM_PROG_CC_STDC
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
AC_INIT(configure.in)
|
AC_INIT(configure.in)
|
||||||
AM_INIT_AUTOMAKE(moeo, 0.1)
|
AM_INIT_AUTOMAKE(moeo, 0.1)
|
||||||
|
|
||||||
|
dnl Autoconf 2.6 or higher compatibility
|
||||||
|
AC_DEFUN([AC_DATAROOTDIR_CHECKED])
|
||||||
|
|
||||||
AC_ISC_POSIX
|
AC_ISC_POSIX
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AM_PROG_CC_STDC
|
AM_PROG_CC_STDC
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,9 @@ AC_INIT(configure.in)
|
||||||
AM_INIT_AUTOMAKE(paradisEO, 0.3)
|
AM_INIT_AUTOMAKE(paradisEO, 0.3)
|
||||||
dnl AM_CONFIG_HEADER(config.h)
|
dnl AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
dnl Autoconf 2.6 or higher compatibility
|
||||||
|
AC_DEFUN([AC_DATAROOTDIR_CHECKED])
|
||||||
|
|
||||||
AC_ISC_POSIX
|
AC_ISC_POSIX
|
||||||
CXXFLAGS=""
|
CXXFLAGS=""
|
||||||
AC_SUBST(CXXFLAGS)
|
AC_SUBST(CXXFLAGS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue