- Timestamp:
- Jul 25, 2008, 7:12:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1367 r1389 65 65 [chmod +x test/documentation_test.sh]) 66 66 67 m4_sinclude(./build_support/apr_common.m4)68 67 # Save user-defined environment settings for later restoration 69 68 APR_SAVE_THE_ENVIRONMENT(CPPFLAGS) … … 102 101 gsl_version="1.8" 103 102 AC_SUBST(gsl_version) 104 sinclude(./build_support/gsl.m4)105 103 AX_PATH_GSL(${gsl_version},gsl_found="yes",gsl_version_check="no") 106 104 if test "$gsl_found" = "yes"; then … … 115 113 116 114 # Boost http://www.boost.org 117 m4_sinclude(./build_support/ax_boost.m4)118 115 boost_version=1.33 119 116 AC_SUBST(boost_version)
Note: See TracChangeset
for help on using the changeset viewer.