From: <den...@us...> - 2010-06-13 14:07:42
|
Revision: 195 http://stdair.svn.sourceforge.net/stdair/?rev=195&view=rev Author: denis_arnaud Date: 2010-06-13 14:07:35 +0000 (Sun, 13 Jun 2010) Log Message: ----------- [Test] Updated the dependency for the new ExtraCPPUnit library name. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-06-13 14:01:52 UTC (rev 194) +++ trunk/stdair/configure.ac 2010-06-13 14:07:35 UTC (rev 195) @@ -105,6 +105,17 @@ CXXFLAGS="-g -Wall" fi +# ----------------------------------------------------------------------------- +# Support for ExtraCC (Extra-CruiseControl): http://sf.net/projects/extracc +# ----------------------------------------------------------------------------- +# Note: the ExtraCC is now imported as a Subversion external reference, +# thus directly accessible within the extracppunit directory. +# When that library will be widely avaible on Linux distributions, +# the external reference can be removed and the following line uncommented. +#AM_PATH_EXTRACC +#AC_SUBST(EXTRACC_VERSION) +#AC_SUBST(EXTRACC_CFLAGS) +#AC_SUBST(EXTRACC_LIBS) # -------------------------------------------------------- # Boost (STL Extensions: http://www.boost.org) @@ -290,6 +301,11 @@ o SOCI_CFLAGS ..... : ${SOCI_CFLAGS} o SOCI_LIBS ....... : ${SOCI_LIBS} + - ExtraCC ........... : + o EXTRACC_VERSION . : ${EXTRACC_VERSION} + o EXTRACC_CFLAGS .. : ${EXTRACC_CFLAGS} + o EXTRACC_LIBS .... : ${EXTRACC_LIBS} + - CPPUNIT ........... : o CPPUNIT_VERSION . : ${CPPUNIT_VERSION} o CPPUNIT_CFLAGS .. : ${CPPUNIT_CFLAGS} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |