From: Oliver O. <fr...@us...> - 2007-03-30 03:56:20
|
Update of /cvsroot/simspark/simspark/spark In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23573 Modified Files: Tag: projectx configure.ac Log Message: changed config.h to sparkconfig.h check for MacOS corefoundation.h make spark-config executable at the end of the configuration Index: configure.ac =================================================================== RCS file: /cvsroot/simspark/simspark/spark/configure.ac,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.2.2.1 diff -C2 -d -r1.5.2.2 -r1.5.2.2.2.1 *** configure.ac 28 Feb 2007 09:00:33 -0000 1.5.2.2 --- configure.ac 30 Mar 2007 03:56:17 -0000 1.5.2.2.2.1 *************** *** 2,6 **** AC_INIT([simspark], 0.1, [sim...@li...]) AC_CONFIG_SRCDIR([salt/salt.h]) ! AC_CONFIG_HEADER([config.h]) AC_CONFIG_AUX_DIR([config.aux]) --- 2,6 ---- AC_INIT([simspark], 0.1, [sim...@li...]) AC_CONFIG_SRCDIR([salt/salt.h]) ! AC_CONFIG_HEADER([sparkconfig.h]) AC_CONFIG_AUX_DIR([config.aux]) *************** *** 52,55 **** --- 52,56 ---- AC_CHECK_HEADERS([float.h limits.h memory.h stdlib.h string.h]) AC_CHECK_HEADERS([execinfo.h]) + AC_CHECK_HEADERS([CoreFoundation/CoreFoundation.h]) AC_CHECK_HEADER([boost/version.hpp],, *************** *** 159,162 **** test -f oxygen/oxygen-config && chmod a+x oxygen/oxygen-config && \ test -f kerosin/kerosin-config && chmod a+x kerosin/kerosin-config && \ ! test -f app/simulator/rcsoccersim3D && chmod +x app/simulator/rcsoccersim3D]) AC_OUTPUT --- 160,163 ---- test -f oxygen/oxygen-config && chmod a+x oxygen/oxygen-config && \ test -f kerosin/kerosin-config && chmod a+x kerosin/kerosin-config && \ ! test -f spark/spark-config && chmod +x spark/spark-config ]) AC_OUTPUT |