Changeset 2396
- Timestamp:
- Jan 7, 2011, 11:11:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/yat.m4
r2295 r2396 207 207 CXXFLAGS="$CXXFLAGS $YAT_CXXFLAGS" 208 208 AC_LANG_ASSERT([C++]) 209 209 # checking for Vector, which uses both GSL and Boost 210 210 AC_CHECK_HEADER([yat/utility/Vector.h], 211 211 [ac_yat_ok="yes"], … … 215 215 AC_MSG_CHECKING([version in $yat_config]) 216 216 yat_config_version=`$yat_config --version` 217 217 AC_MSG_RESULT([$yat_config_version]) 218 218 AC_MSG_CHECKING([YAT_VERSION in <yat/utility/version.h>]) 219 219 AC_COMPILE_IFELSE( … … 266 266 AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@include <string> 267 267 namespace theplu{ 268 269 270 271 272 268 namespace yat{ 269 namespace utility { 270 std::string version(void); 271 }}} 272 ]], 273 273 [using namespace theplu::yat::utility; 274 274 std::string s=version();])],
Note: See TracChangeset
for help on using the changeset viewer.