updates for distributing/installing ParadisEO.

This commit is contained in:
kuepper 2004-09-22 17:30:11 +00:00
commit 495057c341
23 changed files with 243 additions and 33 deletions

View file

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl Change the version number here
AC_INIT(Evolving Objects, 0.9.3, eodev-main@sourceforge.net, eo)
AC_INIT(Evolving Objects, 0.9.3, eodev-help@sourceforge.net, eo)
AC_PREREQ(2.53)
dnl make sure we are compiling from the correct sources
@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
dnl automake initialization
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([gnu dist-bzip2])
AM_CONFIG_HEADER([config.h])
dnl user-switches
@ -59,6 +59,14 @@ AC_OUTPUT(Makefile \
src/gp/Makefile \
src/ga/Makefile \
src/other/Makefile \
src/paradisEO/Makefile \
src/paradisEO/comm/Makefile \
src/paradisEO/comm/messages/Makefile \
src/paradisEO/comm/messages/from/Makefile \
src/paradisEO/comm/messages/to/Makefile \
src/paradisEO/eval/Makefile \
src/paradisEO/island/Makefile \
src/paradisEO/island/topologies/Makefile \
src/utils/Makefile \
test/Makefile \
tutorial/Makefile \