Changeset 1411 for ThirdParty/Blas/trunk/configure.ac
- Timestamp:
- Sep 13, 2009 2:24:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/configure.ac
r1396 r1411 53 53 AC_COIN_INIT_AUTO_TOOLS 54 54 55 AC_COIN_HAS_PROJECT(Blas) 55 # Check if Blas is already available on the system or provided by user 56 AC_COIN_HAS_BLAS 57 MAKEOKFILE=.MakeOk 58 if test $coin_has_blas = yes && test "$use_blas" != BUILD; then 59 rm -f $MAKEOKFILE 60 AC_MSG_NOTICE([The Blas sources don't need to be compiled]) 61 MAKEOKFILE= 62 else 63 touch $MAKEOKFILE 64 fi 65 AC_SUBST(MAKEOKFILE) 66 AM_CONDITIONAL(SKIPMAKE, test -z "$MAKEOKFILE") 56 67 57 # Check if Blas is already available on the system or provided by user 58 #AC_COIN_HAS_BLAS 59 #MAKEOKFILE=.MakeOk 60 #if test $coin_has_blas = yes && test "$use_blas" != BUILD; then 61 # rm -f $MAKEOKFILE 62 # AC_MSG_NOTICE([The Blas sources don't need to be compiled]) 63 # MAKEOKFILE= 64 #else 65 # touch $MAKEOKFILE 66 #fi 67 #AC_SUBST(MAKEOKFILE) 68 #AM_CONDITIONAL(SKIPMAKE, test -z "$MAKEOKFILE") 69 70 AC_CONFIG_FILES([Makefile blas_addlibs.txt blas.pc blas-uninstalled.pc]) 68 AC_CONFIG_FILES([Makefile]) 71 69 72 70 AC_COIN_FINALIZE
Note: See TracChangeset
for help on using the changeset viewer.