- Timestamp:
- Jul 7, 2009 11:03:24 PM (10 years ago)
- Location:
- stable/BSPsplit/Clp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/BSPsplit/Clp/configure
r1384 r1386 20492 20492 if test "${with_coin_instdir+set}" = set; then 20493 20493 withval="$with_coin_instdir" 20494 coin_has_coinutils=installed 20495 if test -d "$withval"; then : ; else 20494 if test -d "$withval"; then : ; else 20496 20495 { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 20497 20496 echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} 20498 20497 { (exit 1); exit 1; }; } 20499 20498 fi 20500 COINUTILSINSTDIR=`cd $withval; pwd` 20499 if test -r $withval/include/coin/CoinTime.hpp; then 20500 coin_has_coinutils=installed 20501 COINUTILSINSTDIR=`cd $withval; pwd` 20502 fi 20503 20501 20504 fi; 20502 20505 fi … … 20684 20687 if test "${with_coin_instdir+set}" = set; then 20685 20688 withval="$with_coin_instdir" 20686 coin_has_clp=installed 20687 if test -d "$withval"; then : ; else 20689 if test -d "$withval"; then : ; else 20688 20690 { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 20689 20691 echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} 20690 20692 { (exit 1); exit 1; }; } 20691 20693 fi 20692 CLPINSTDIR=`cd $withval; pwd` 20694 { echo "$as_me:$LINENO: WARNING: Cannot verify availability of Clp with --with-coin-instdir flag. Project manager needs to provide name of header to look for" >&5 20695 echo "$as_me: WARNING: Cannot verify availability of Clp with --with-coin-instdir flag. Project manager needs to provide name of header to look for" >&2;} 20696 20693 20697 fi; 20694 20698 fi -
stable/BSPsplit/Clp/configure.ac
r1380 r1386 1 # Copyright (C) 2006 International Business Machines.1 # Copyright (C) 2006, 2009 International Business Machines. 2 2 # All Rights Reserved. 3 3 # This file is distributed under the Common Public License.
Note: See TracChangeset
for help on using the changeset viewer.