Changeset 201832 for pcp/configure.ac
- Timestamp:
- Apr 25, 2008, 10:29:18 AM (17 years ago)
- Children:
- 2f6ae6
- Parents:
- 41d75d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified pcp/configure.ac ¶
r41d75d r201832 154 154 # check for GNU Scientific Library 155 155 #AC_CHECK_LIB(m,main) 156 AC_CHECK_LIB( gslcblas,main)156 AC_CHECK_LIB(blas,main) 157 157 AC_CHECK_LIB(gsl,main) 158 158 … … 174 174 fi 175 175 176 # test suite 177 #AC_CONFIG_TESTDIR(tests) 178 #AC_CONFIG_FILES([tests/m4], [chmod +x tests/m4]) 179 #AC_CONFIG_FILES([tests/Makefile tests/atlocal]) 180 176 181 AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile]) 177 182 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.