updates,
start supoorting ParadisEO
This commit is contained in:
parent
056ac87efb
commit
63cbb12e69
7 changed files with 66 additions and 44 deletions
|
|
@ -2,12 +2,22 @@ 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_PREREQ(2.53)
|
||||
|
||||
dnl make sure we are compiling from the correct sources
|
||||
AC_CONFIG_SRCDIR(src/eoOp.h)
|
||||
|
||||
dnl define host, build, and target machine
|
||||
AC_CANONICAL_BUILD
|
||||
AC_CANONICAL_HOST
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
dnl automake initialization
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
|
||||
dnl user-switches
|
||||
AC_PARADISEO
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
|
|
@ -15,10 +25,7 @@ AC_PROG_INSTALL
|
|||
AC_PROG_LN_S
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_RANLIB
|
||||
|
||||
# Why shall we check for these, we just build them...
|
||||
# AC_CHECK_LIB(eo, main)
|
||||
# AC_CHECK_LIB(eoutils, main)
|
||||
AC_CHECK_PROG(DOXYGEN, doxygen, doxygen, true)
|
||||
|
||||
dnl Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue