Changeset 273 for ThirdParty/Blas/stable/1.0/configure.ac
- Timestamp:
- Mar 26, 2007 4:42:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/stable/1.0/configure.ac
r218 r273 1 # Copyright (C) 2006 International Business Machines.1 # Copyright (C) 2006, 2007 International Business Machines. 2 2 # All Rights Reserved. 3 3 # This file is distributed under the Common Public License. … … 49 49 AC_COIN_INIT_AUTO_TOOLS 50 50 51 # Check if Blas is already available on the system or provided by user 52 AC_COIN_HAS_BLAS 53 MAKEOKFILE=.MakeOk 54 if test $coin_has_blas = yes && test "$use_blas" != BUILD; then 55 rm -f $MAKEOKFILE 56 AC_MSG_NOTICE([The Blas sources don't need to be compiled]) 57 MAKEOKFILE= 58 else 59 touch $MAKEOKFILE 60 fi 61 AC_SUBST(MAKEOKFILE) 62 AM_CONDITIONAL(SKIPMAKE, test -z "$MAKEOKFILE") 63 51 64 AC_CONFIG_FILES([Makefile]) 52 65
Note: See TracChangeset
for help on using the changeset viewer.