- Timestamp:
- Jan 8, 2011 1:05:13 PM (10 years ago)
- Location:
- trunk/Cbc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/Makefile.am
r1565 r1583 137 137 $(PKG_CONFIG) --libs cbc > $(addlibsdir)/cbc_addlibs.txt 138 138 else 139 if COIN_CXX_IS_CL 140 echo "/libpath:`$(CYGPATH_W) @abs_lib_dir@` libCbc.lib @CBCLIB_LIBS_INSTALLED@" > $(addlibsdir)/cbc_addlibs_cpp.txt 141 else 139 142 echo -L@abs_lib_dir@ -lCbc @CBCLIB_LIBS_INSTALLED@ > $(addlibsdir)/cbc_addlibs.txt 143 endif 140 144 endif 141 145 -
trunk/Cbc/Makefile.in
r1566 r1583 996 996 @COIN_HAS_PKGCONFIG_TRUE@ PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@ \ 997 997 @COIN_HAS_PKGCONFIG_TRUE@ $(PKG_CONFIG) --libs cbc > $(addlibsdir)/cbc_addlibs.txt 998 @COIN_HAS_PKGCONFIG_FALSE@ echo -L@abs_lib_dir@ -lCbc @CBCLIB_LIBS_INSTALLED@ > $(addlibsdir)/cbc_addlibs.txt 998 @COIN_CXX_IS_CL_TRUE@@COIN_HAS_PKGCONFIG_FALSE@ echo "/libpath:`$(CYGPATH_W) @abs_lib_dir@` libCbc.lib @CBCLIB_LIBS_INSTALLED@" > $(addlibsdir)/cbc_addlibs_cpp.txt 999 @COIN_CXX_IS_CL_FALSE@@COIN_HAS_PKGCONFIG_FALSE@ echo -L@abs_lib_dir@ -lCbc @CBCLIB_LIBS_INSTALLED@ > $(addlibsdir)/cbc_addlibs.txt 999 1000 1000 1001 uninstall-hook: -
trunk/Cbc/configure
r1578 r1583 1098 1098 --disable-libtool-lock avoid locking (might break parallel builds) 1099 1099 --enable-pkg-config use pkg-config if available (default is yes) 1100 --enable-interpackage-dependencies 1101 whether to deduce Makefile dependencies from package 1102 linker flags (default: yes) 1100 1103 --enable-cbc-parallel enables compilation of the SMP version of Cbc 1101 1104 … … 5941 5944 *-*-irix6*) 5942 5945 # Find out which ABI we are using. 5943 echo '#line 594 3"configure"' > conftest.$ac_ext5946 echo '#line 5946 "configure"' > conftest.$ac_ext 5944 5947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5945 5948 (eval $ac_compile) 2>&5 … … 7075 7078 7076 7079 # Provide some information about the compiler. 7077 echo "$as_me:70 77:" \7080 echo "$as_me:7080:" \ 7078 7081 "checking for Fortran 77 compiler version" >&5 7079 7082 ac_compiler=`set X $ac_compile; echo $2` … … 8142 8145 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8143 8146 -e 's:$: $lt_compiler_flag:'` 8144 (eval echo "\"\$as_me:814 4: $lt_compile\"" >&5)8147 (eval echo "\"\$as_me:8147: $lt_compile\"" >&5) 8145 8148 (eval "$lt_compile" 2>conftest.err) 8146 8149 ac_status=$? 8147 8150 cat conftest.err >&5 8148 echo "$as_me:81 48: \$? = $ac_status" >&58151 echo "$as_me:8151: \$? = $ac_status" >&5 8149 8152 if (exit $ac_status) && test -s "$ac_outfile"; then 8150 8153 # The compiler can only warn and ignore the option if not recognized … … 8410 8413 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8411 8414 -e 's:$: $lt_compiler_flag:'` 8412 (eval echo "\"\$as_me:841 2: $lt_compile\"" >&5)8415 (eval echo "\"\$as_me:8415: $lt_compile\"" >&5) 8413 8416 (eval "$lt_compile" 2>conftest.err) 8414 8417 ac_status=$? 8415 8418 cat conftest.err >&5 8416 echo "$as_me:841 6: \$? = $ac_status" >&58419 echo "$as_me:8419: \$? = $ac_status" >&5 8417 8420 if (exit $ac_status) && test -s "$ac_outfile"; then 8418 8421 # The compiler can only warn and ignore the option if not recognized … … 8514 8517 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8515 8518 -e 's:$: $lt_compiler_flag:'` 8516 (eval echo "\"\$as_me:851 6: $lt_compile\"" >&5)8519 (eval echo "\"\$as_me:8519: $lt_compile\"" >&5) 8517 8520 (eval "$lt_compile" 2>out/conftest.err) 8518 8521 ac_status=$? 8519 8522 cat out/conftest.err >&5 8520 echo "$as_me:852 0: \$? = $ac_status" >&58523 echo "$as_me:8523: \$? = $ac_status" >&5 8521 8524 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8522 8525 then … … 10859 10862 lt_status=$lt_dlunknown 10860 10863 cat > conftest.$ac_ext <<EOF 10861 #line 1086 1"configure"10864 #line 10864 "configure" 10862 10865 #include "confdefs.h" 10863 10866 … … 10959 10962 lt_status=$lt_dlunknown 10960 10963 cat > conftest.$ac_ext <<EOF 10961 #line 1096 1"configure"10964 #line 10964 "configure" 10962 10965 #include "confdefs.h" 10963 10966 … … 13303 13306 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13304 13307 -e 's:$: $lt_compiler_flag:'` 13305 (eval echo "\"\$as_me:1330 5: $lt_compile\"" >&5)13308 (eval echo "\"\$as_me:13308: $lt_compile\"" >&5) 13306 13309 (eval "$lt_compile" 2>conftest.err) 13307 13310 ac_status=$? 13308 13311 cat conftest.err >&5 13309 echo "$as_me:133 09: \$? = $ac_status" >&513312 echo "$as_me:13312: \$? = $ac_status" >&5 13310 13313 if (exit $ac_status) && test -s "$ac_outfile"; then 13311 13314 # The compiler can only warn and ignore the option if not recognized … … 13407 13410 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13408 13411 -e 's:$: $lt_compiler_flag:'` 13409 (eval echo "\"\$as_me:134 09: $lt_compile\"" >&5)13412 (eval echo "\"\$as_me:13412: $lt_compile\"" >&5) 13410 13413 (eval "$lt_compile" 2>out/conftest.err) 13411 13414 ac_status=$? 13412 13415 cat out/conftest.err >&5 13413 echo "$as_me:1341 3: \$? = $ac_status" >&513416 echo "$as_me:13416: \$? = $ac_status" >&5 13414 13417 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13415 13418 then … … 14977 14980 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14978 14981 -e 's:$: $lt_compiler_flag:'` 14979 (eval echo "\"\$as_me:149 79: $lt_compile\"" >&5)14982 (eval echo "\"\$as_me:14982: $lt_compile\"" >&5) 14980 14983 (eval "$lt_compile" 2>conftest.err) 14981 14984 ac_status=$? 14982 14985 cat conftest.err >&5 14983 echo "$as_me:1498 3: \$? = $ac_status" >&514986 echo "$as_me:14986: \$? = $ac_status" >&5 14984 14987 if (exit $ac_status) && test -s "$ac_outfile"; then 14985 14988 # The compiler can only warn and ignore the option if not recognized … … 15081 15084 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15082 15085 -e 's:$: $lt_compiler_flag:'` 15083 (eval echo "\"\$as_me:1508 3: $lt_compile\"" >&5)15086 (eval echo "\"\$as_me:15086: $lt_compile\"" >&5) 15084 15087 (eval "$lt_compile" 2>out/conftest.err) 15085 15088 ac_status=$? 15086 15089 cat out/conftest.err >&5 15087 echo "$as_me:150 87: \$? = $ac_status" >&515090 echo "$as_me:15090: \$? = $ac_status" >&5 15088 15091 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15089 15092 then … … 17288 17291 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17289 17292 -e 's:$: $lt_compiler_flag:'` 17290 (eval echo "\"\$as_me:1729 0: $lt_compile\"" >&5)17293 (eval echo "\"\$as_me:17293: $lt_compile\"" >&5) 17291 17294 (eval "$lt_compile" 2>conftest.err) 17292 17295 ac_status=$? 17293 17296 cat conftest.err >&5 17294 echo "$as_me:1729 4: \$? = $ac_status" >&517297 echo "$as_me:17297: \$? = $ac_status" >&5 17295 17298 if (exit $ac_status) && test -s "$ac_outfile"; then 17296 17299 # The compiler can only warn and ignore the option if not recognized … … 17556 17559 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17557 17560 -e 's:$: $lt_compiler_flag:'` 17558 (eval echo "\"\$as_me:175 58: $lt_compile\"" >&5)17561 (eval echo "\"\$as_me:17561: $lt_compile\"" >&5) 17559 17562 (eval "$lt_compile" 2>conftest.err) 17560 17563 ac_status=$? 17561 17564 cat conftest.err >&5 17562 echo "$as_me:1756 2: \$? = $ac_status" >&517565 echo "$as_me:17565: \$? = $ac_status" >&5 17563 17566 if (exit $ac_status) && test -s "$ac_outfile"; then 17564 17567 # The compiler can only warn and ignore the option if not recognized … … 17660 17663 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17661 17664 -e 's:$: $lt_compiler_flag:'` 17662 (eval echo "\"\$as_me:1766 2: $lt_compile\"" >&5)17665 (eval echo "\"\$as_me:17665: $lt_compile\"" >&5) 17663 17666 (eval "$lt_compile" 2>out/conftest.err) 17664 17667 ac_status=$? 17665 17668 cat out/conftest.err >&5 17666 echo "$as_me:1766 6: \$? = $ac_status" >&517669 echo "$as_me:17669: \$? = $ac_status" >&5 17667 17670 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17668 17671 then … … 20804 20807 20805 20808 20806 #check if user provided LIBS, CFLAGS, or DATA for module20809 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 20807 20810 if test $coin_has_coindepend != skipping; then 20808 20809 20811 20810 20812 # Check whether --with-m4_tolower(CoinDepend)-lib or --without-m4_tolower(CoinDepend)-lib was given. 20811 20813 if test "${with_coindepend_lib+set}" = set; then 20812 20814 withval="$with_coindepend_lib" 20813 coin_has_coindepend=yes 20815 if test "$withval" = no ; then 20816 coin_has_coindepend=skipping 20817 else 20818 coin_has_coindepend=yes 20814 20819 COINDEPEND_LIBS="$withval" 20815 20820 … … 20820 20825 CBCGENERIC_LIBS="$withval $CBCGENERIC_LIBS" 20821 20826 20827 fi 20822 20828 20823 20829 fi; 20824 20830 fi 20831 20832 if test $coin_has_coindepend != skipping; then 20825 20833 20826 20834 # Check whether --with-m4_tolower(CoinDepend)-incdir or --without-m4_tolower(CoinDepend)-incdir was given. 20827 20835 if test "${with_coindepend_incdir+set}" = set; then 20828 20836 withval="$with_coindepend_incdir" 20829 coin_has_coindepend=yes 20830 COINDEPEND_CFLAGS="-I`${CYGPATH_W} $withval`" 20831 CBCLIB_CFLAGS="$withval $CBCLIB_CFLAGS" 20832 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 20833 20837 if test "$withval" = no ; then 20838 coin_has_coindepend=skipping 20839 else 20840 coin_has_coindepend=yes 20841 COINDEPEND_CFLAGS="-I`${CYGPATH_W} $withval`" 20842 CBCLIB_CFLAGS="$withval $CBCLIB_CFLAGS"CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 20843 fi 20834 20844 20835 20845 fi; 20836 20846 fi 20847 20848 if test $coin_has_coindepend != skipping; then 20837 20849 20838 20850 # Check whether --with-m4_tolower(CoinDepend)-datadir or --without-m4_tolower(CoinDepend)-datadir was given. 20839 20851 if test "${with_coindepend_datadir+set}" = set; then 20840 20852 withval="$with_coindepend_datadir" 20841 coin_has_coindepend=yes 20842 COINDEPEND_DATA="$withval" 20853 if test "$withval" = no ; then 20854 coin_has_coindepend=skipping 20855 else 20856 coin_has_coindepend=yes 20857 COINDEPEND_DATA="$withval" 20858 fi 20859 20843 20860 fi; 20844 20861 fi … … 21168 21185 21169 21186 21170 # construct dependencies variables from LIBS variables 21171 # we add an extra space in LIBS so we can substitute out everything starting with " -" 21172 # before, substitute out everything of the form -framework xxx as used on Mac 21173 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 21174 COINDEPEND_DEPENDENCIES=`echo " $COINDEPEND_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21175 21176 CBCLIB_DEPENDENCIES=`echo " $CBCLIB_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21177 21178 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21179 21187 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 21188 if test "${enable_interpackage_dependencies+set}" = set; then 21189 enableval="$enable_interpackage_dependencies" 21190 21191 else 21192 enable_interpackage_dependencies=yes 21193 fi; 21194 21195 if test $enable_interpackage_dependencies = yes ; then 21196 # construct dependencies variables from LIBS variables 21197 # we add an extra space in LIBS so we can substitute out everything starting with " -" 21198 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 21199 # then remove everything of the form -xxx 21200 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 21201 COINDEPEND_DEPENDENCIES=`echo " $COINDEPEND_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21202 21203 CBCLIB_DEPENDENCIES=`echo " $CBCLIB_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21204 21205 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21206 21207 fi 21180 21208 21181 21209 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 21283 21311 21284 21312 21285 #check if user provided LIBS, CFLAGS, or DATA for module21313 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 21286 21314 if test $coin_has_clp != skipping; then 21287 21288 21315 21289 21316 # Check whether --with-m4_tolower(Clp)-lib or --without-m4_tolower(Clp)-lib was given. 21290 21317 if test "${with_clp_lib+set}" = set; then 21291 21318 withval="$with_clp_lib" 21292 coin_has_clp=yes 21319 if test "$withval" = no ; then 21320 coin_has_clp=skipping 21321 else 21322 coin_has_clp=yes 21293 21323 CLP_LIBS="$withval" 21294 21324 … … 21299 21329 CBCGENERIC_LIBS="$withval $CBCGENERIC_LIBS" 21300 21330 21331 fi 21301 21332 21302 21333 fi; 21303 21334 fi 21335 21336 if test $coin_has_clp != skipping; then 21304 21337 21305 21338 # Check whether --with-m4_tolower(Clp)-incdir or --without-m4_tolower(Clp)-incdir was given. 21306 21339 if test "${with_clp_incdir+set}" = set; then 21307 21340 withval="$with_clp_incdir" 21308 coin_has_clp=yes 21309 CLP_CFLAGS="-I`${CYGPATH_W} $withval`" 21310 CBCLIB_CFLAGS="$withval $CBCLIB_CFLAGS" 21311 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 21312 21341 if test "$withval" = no ; then 21342 coin_has_clp=skipping 21343 else 21344 coin_has_clp=yes 21345 CLP_CFLAGS="-I`${CYGPATH_W} $withval`" 21346 CBCLIB_CFLAGS="$withval $CBCLIB_CFLAGS"CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 21347 fi 21313 21348 21314 21349 fi; 21315 21350 fi 21351 21352 if test $coin_has_clp != skipping; then 21316 21353 21317 21354 # Check whether --with-m4_tolower(Clp)-datadir or --without-m4_tolower(Clp)-datadir was given. 21318 21355 if test "${with_clp_datadir+set}" = set; then 21319 21356 withval="$with_clp_datadir" 21320 coin_has_clp=yes 21321 CLP_DATA="$withval" 21357 if test "$withval" = no ; then 21358 coin_has_clp=skipping 21359 else 21360 coin_has_clp=yes 21361 CLP_DATA="$withval" 21362 fi 21363 21322 21364 fi; 21323 21365 fi … … 21647 21689 21648 21690 21649 # construct dependencies variables from LIBS variables 21650 # we add an extra space in LIBS so we can substitute out everything starting with " -" 21651 # before, substitute out everything of the form -framework xxx as used on Mac 21652 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 21653 CLP_DEPENDENCIES=`echo " $CLP_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21654 21655 CBCLIB_DEPENDENCIES=`echo " $CBCLIB_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21656 21657 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21658 21691 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 21692 if test "${enable_interpackage_dependencies+set}" = set; then 21693 enableval="$enable_interpackage_dependencies" 21694 21695 else 21696 enable_interpackage_dependencies=yes 21697 fi; 21698 21699 if test $enable_interpackage_dependencies = yes ; then 21700 # construct dependencies variables from LIBS variables 21701 # we add an extra space in LIBS so we can substitute out everything starting with " -" 21702 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 21703 # then remove everything of the form -xxx 21704 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 21705 CLP_DEPENDENCIES=`echo " $CLP_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21706 21707 CBCLIB_DEPENDENCIES=`echo " $CBCLIB_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21708 21709 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21710 21711 fi 21659 21712 21660 21713 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 21746 21799 21747 21800 21748 #check if user provided LIBS, CFLAGS, or DATA for module21801 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 21749 21802 if test $coin_has_ositests != skipping; then 21750 21751 21803 21752 21804 # Check whether --with-m4_tolower(OsiTests)-lib or --without-m4_tolower(OsiTests)-lib was given. 21753 21805 if test "${with_ositests_lib+set}" = set; then 21754 21806 withval="$with_ositests_lib" 21755 coin_has_ositests=yes 21807 if test "$withval" = no ; then 21808 coin_has_ositests=skipping 21809 else 21810 coin_has_ositests=yes 21756 21811 OSITESTS_LIBS="$withval" 21757 21812 21813 fi 21758 21814 21759 21815 fi; 21760 21816 fi 21817 21818 if test $coin_has_ositests != skipping; then 21761 21819 21762 21820 # Check whether --with-m4_tolower(OsiTests)-incdir or --without-m4_tolower(OsiTests)-incdir was given. 21763 21821 if test "${with_ositests_incdir+set}" = set; then 21764 21822 withval="$with_ositests_incdir" 21765 coin_has_ositests=yes 21766 OSITESTS_CFLAGS="-I`${CYGPATH_W} $withval`" 21767 21823 if test "$withval" = no ; then 21824 coin_has_ositests=skipping 21825 else 21826 coin_has_ositests=yes 21827 OSITESTS_CFLAGS="-I`${CYGPATH_W} $withval`" 21828 21829 fi 21768 21830 21769 21831 fi; 21770 21832 fi 21833 21834 if test $coin_has_ositests != skipping; then 21771 21835 21772 21836 # Check whether --with-m4_tolower(OsiTests)-datadir or --without-m4_tolower(OsiTests)-datadir was given. 21773 21837 if test "${with_ositests_datadir+set}" = set; then 21774 21838 withval="$with_ositests_datadir" 21775 coin_has_ositests=yes 21776 OSITESTS_DATA="$withval" 21839 if test "$withval" = no ; then 21840 coin_has_ositests=skipping 21841 else 21842 coin_has_ositests=yes 21843 OSITESTS_DATA="$withval" 21844 fi 21845 21777 21846 fi; 21778 21847 fi … … 22082 22151 22083 22152 22084 # construct dependencies variables from LIBS variables 22085 # we add an extra space in LIBS so we can substitute out everything starting with " -" 22086 # before, substitute out everything of the form -framework xxx as used on Mac 22087 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 22088 OSITESTS_DEPENDENCIES=`echo " $OSITESTS_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 22089 22153 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 22154 if test "${enable_interpackage_dependencies+set}" = set; then 22155 enableval="$enable_interpackage_dependencies" 22156 22157 else 22158 enable_interpackage_dependencies=yes 22159 fi; 22160 22161 if test $enable_interpackage_dependencies = yes ; then 22162 # construct dependencies variables from LIBS variables 22163 # we add an extra space in LIBS so we can substitute out everything starting with " -" 22164 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 22165 # then remove everything of the form -xxx 22166 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 22167 OSITESTS_DEPENDENCIES=`echo " $OSITESTS_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 22168 22169 fi 22090 22170 22091 22171 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 22155 22235 22156 22236 22157 #check if user provided LIBS, CFLAGS, or DATA for module22237 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 22158 22238 if test $coin_has_sample != skipping; then 22159 22160 22239 22161 22240 # Check whether --with-m4_tolower(Sample)-lib or --without-m4_tolower(Sample)-lib was given. 22162 22241 if test "${with_sample_lib+set}" = set; then 22163 22242 withval="$with_sample_lib" 22164 coin_has_sample=yes 22243 if test "$withval" = no ; then 22244 coin_has_sample=skipping 22245 else 22246 coin_has_sample=yes 22165 22247 SAMPLE_LIBS="$withval" 22166 22248 22249 fi 22167 22250 22168 22251 fi; 22169 22252 fi 22253 22254 if test $coin_has_sample != skipping; then 22170 22255 22171 22256 # Check whether --with-m4_tolower(Sample)-incdir or --without-m4_tolower(Sample)-incdir was given. 22172 22257 if test "${with_sample_incdir+set}" = set; then 22173 22258 withval="$with_sample_incdir" 22174 coin_has_sample=yes 22175 SAMPLE_CFLAGS="-I`${CYGPATH_W} $withval`" 22176 22259 if test "$withval" = no ; then 22260 coin_has_sample=skipping 22261 else 22262 coin_has_sample=yes 22263 SAMPLE_CFLAGS="-I`${CYGPATH_W} $withval`" 22264 22265 fi 22177 22266 22178 22267 fi; 22179 22268 fi 22269 22270 if test $coin_has_sample != skipping; then 22180 22271 22181 22272 # Check whether --with-m4_tolower(Sample)-datadir or --without-m4_tolower(Sample)-datadir was given. 22182 22273 if test "${with_sample_datadir+set}" = set; then 22183 22274 withval="$with_sample_datadir" 22184 coin_has_sample=yes 22185 SAMPLE_DATA="$withval" 22275 if test "$withval" = no ; then 22276 coin_has_sample=skipping 22277 else 22278 coin_has_sample=yes 22279 SAMPLE_DATA="$withval" 22280 fi 22281 22186 22282 fi; 22187 22283 fi … … 22491 22587 22492 22588 22493 # construct dependencies variables from LIBS variables 22494 # we add an extra space in LIBS so we can substitute out everything starting with " -" 22495 # before, substitute out everything of the form -framework xxx as used on Mac 22496 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 22497 SAMPLE_DEPENDENCIES=`echo " $SAMPLE_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 22498 22589 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 22590 if test "${enable_interpackage_dependencies+set}" = set; then 22591 enableval="$enable_interpackage_dependencies" 22592 22593 else 22594 enable_interpackage_dependencies=yes 22595 fi; 22596 22597 if test $enable_interpackage_dependencies = yes ; then 22598 # construct dependencies variables from LIBS variables 22599 # we add an extra space in LIBS so we can substitute out everything starting with " -" 22600 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 22601 # then remove everything of the form -xxx 22602 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 22603 SAMPLE_DEPENDENCIES=`echo " $SAMPLE_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 22604 22605 fi 22499 22606 22500 22607 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 22564 22671 22565 22672 22566 #check if user provided LIBS, CFLAGS, or DATA for module22673 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 22567 22674 if test $coin_has_netlib != skipping; then 22568 22569 22675 22570 22676 # Check whether --with-m4_tolower(Netlib)-lib or --without-m4_tolower(Netlib)-lib was given. 22571 22677 if test "${with_netlib_lib+set}" = set; then 22572 22678 withval="$with_netlib_lib" 22573 coin_has_netlib=yes 22679 if test "$withval" = no ; then 22680 coin_has_netlib=skipping 22681 else 22682 coin_has_netlib=yes 22574 22683 NETLIB_LIBS="$withval" 22575 22684 22685 fi 22576 22686 22577 22687 fi; 22578 22688 fi 22689 22690 if test $coin_has_netlib != skipping; then 22579 22691 22580 22692 # Check whether --with-m4_tolower(Netlib)-incdir or --without-m4_tolower(Netlib)-incdir was given. 22581 22693 if test "${with_netlib_incdir+set}" = set; then 22582 22694 withval="$with_netlib_incdir" 22583 coin_has_netlib=yes 22584 NETLIB_CFLAGS="-I`${CYGPATH_W} $withval`" 22585 22695 if test "$withval" = no ; then 22696 coin_has_netlib=skipping 22697 else 22698 coin_has_netlib=yes 22699 NETLIB_CFLAGS="-I`${CYGPATH_W} $withval`" 22700 22701 fi 22586 22702 22587 22703 fi; 22588 22704 fi 22705 22706 if test $coin_has_netlib != skipping; then 22589 22707 22590 22708 # Check whether --with-m4_tolower(Netlib)-datadir or --without-m4_tolower(Netlib)-datadir was given. 22591 22709 if test "${with_netlib_datadir+set}" = set; then 22592 22710 withval="$with_netlib_datadir" 22593 coin_has_netlib=yes 22594 NETLIB_DATA="$withval" 22711 if test "$withval" = no ; then 22712 coin_has_netlib=skipping 22713 else 22714 coin_has_netlib=yes 22715 NETLIB_DATA="$withval" 22716 fi 22717 22595 22718 fi; 22596 22719 fi … … 22900 23023 22901 23024 22902 # construct dependencies variables from LIBS variables 22903 # we add an extra space in LIBS so we can substitute out everything starting with " -" 22904 # before, substitute out everything of the form -framework xxx as used on Mac 22905 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 22906 NETLIB_DEPENDENCIES=`echo " $NETLIB_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 22907 23025 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 23026 if test "${enable_interpackage_dependencies+set}" = set; then 23027 enableval="$enable_interpackage_dependencies" 23028 23029 else 23030 enable_interpackage_dependencies=yes 23031 fi; 23032 23033 if test $enable_interpackage_dependencies = yes ; then 23034 # construct dependencies variables from LIBS variables 23035 # we add an extra space in LIBS so we can substitute out everything starting with " -" 23036 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 23037 # then remove everything of the form -xxx 23038 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 23039 NETLIB_DEPENDENCIES=`echo " $NETLIB_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 23040 23041 fi 22908 23042 22909 23043 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 22973 23107 22974 23108 22975 #check if user provided LIBS, CFLAGS, or DATA for module23109 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 22976 23110 if test $coin_has_miplib3 != skipping; then 22977 22978 23111 22979 23112 # Check whether --with-m4_tolower(Miplib3)-lib or --without-m4_tolower(Miplib3)-lib was given. 22980 23113 if test "${with_miplib3_lib+set}" = set; then 22981 23114 withval="$with_miplib3_lib" 22982 coin_has_miplib3=yes 23115 if test "$withval" = no ; then 23116 coin_has_miplib3=skipping 23117 else 23118 coin_has_miplib3=yes 22983 23119 MIPLIB3_LIBS="$withval" 22984 23120 23121 fi 22985 23122 22986 23123 fi; 22987 23124 fi 23125 23126 if test $coin_has_miplib3 != skipping; then 22988 23127 22989 23128 # Check whether --with-m4_tolower(Miplib3)-incdir or --without-m4_tolower(Miplib3)-incdir was given. 22990 23129 if test "${with_miplib3_incdir+set}" = set; then 22991 23130 withval="$with_miplib3_incdir" 22992 coin_has_miplib3=yes 22993 MIPLIB3_CFLAGS="-I`${CYGPATH_W} $withval`" 22994 23131 if test "$withval" = no ; then 23132 coin_has_miplib3=skipping 23133 else 23134 coin_has_miplib3=yes 23135 MIPLIB3_CFLAGS="-I`${CYGPATH_W} $withval`" 23136 23137 fi 22995 23138 22996 23139 fi; 22997 23140 fi 23141 23142 if test $coin_has_miplib3 != skipping; then 22998 23143 22999 23144 # Check whether --with-m4_tolower(Miplib3)-datadir or --without-m4_tolower(Miplib3)-datadir was given. 23000 23145 if test "${with_miplib3_datadir+set}" = set; then 23001 23146 withval="$with_miplib3_datadir" 23002 coin_has_miplib3=yes 23003 MIPLIB3_DATA="$withval" 23147 if test "$withval" = no ; then 23148 coin_has_miplib3=skipping 23149 else 23150 coin_has_miplib3=yes 23151 MIPLIB3_DATA="$withval" 23152 fi 23153 23004 23154 fi; 23005 23155 fi … … 23309 23459 23310 23460 23311 # construct dependencies variables from LIBS variables 23312 # we add an extra space in LIBS so we can substitute out everything starting with " -" 23313 # before, substitute out everything of the form -framework xxx as used on Mac 23314 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 23315 MIPLIB3_DEPENDENCIES=`echo " $MIPLIB3_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 23316 23461 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 23462 if test "${enable_interpackage_dependencies+set}" = set; then 23463 enableval="$enable_interpackage_dependencies" 23464 23465 else 23466 enable_interpackage_dependencies=yes 23467 fi; 23468 23469 if test $enable_interpackage_dependencies = yes ; then 23470 # construct dependencies variables from LIBS variables 23471 # we add an extra space in LIBS so we can substitute out everything starting with " -" 23472 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 23473 # then remove everything of the form -xxx 23474 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 23475 MIPLIB3_DEPENDENCIES=`echo " $MIPLIB3_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 23476 23477 fi 23317 23478 23318 23479 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 23396 23557 23397 23558 23398 #check if user provided LIBS, CFLAGS, or DATA for module23559 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 23399 23560 if test $coin_has_dylp != skipping; then 23400 23401 23561 23402 23562 # Check whether --with-m4_tolower(DyLP)-lib or --without-m4_tolower(DyLP)-lib was given. 23403 23563 if test "${with_dylp_lib+set}" = set; then 23404 23564 withval="$with_dylp_lib" 23405 coin_has_dylp=yes 23565 if test "$withval" = no ; then 23566 coin_has_dylp=skipping 23567 else 23568 coin_has_dylp=yes 23406 23569 DYLP_LIBS="$withval" 23407 23570 … … 23409 23572 CBCGENERIC_LIBS="$withval $CBCGENERIC_LIBS" 23410 23573 23574 fi 23411 23575 23412 23576 fi; 23413 23577 fi 23578 23579 if test $coin_has_dylp != skipping; then 23414 23580 23415 23581 # Check whether --with-m4_tolower(DyLP)-incdir or --without-m4_tolower(DyLP)-incdir was given. 23416 23582 if test "${with_dylp_incdir+set}" = set; then 23417 23583 withval="$with_dylp_incdir" 23418 coin_has_dylp=yes 23419 DYLP_CFLAGS="-I`${CYGPATH_W} $withval`" 23420 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 23421 23584 if test "$withval" = no ; then 23585 coin_has_dylp=skipping 23586 else 23587 coin_has_dylp=yes 23588 DYLP_CFLAGS="-I`${CYGPATH_W} $withval`" 23589 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 23590 fi 23422 23591 23423 23592 fi; 23424 23593 fi 23594 23595 if test $coin_has_dylp != skipping; then 23425 23596 23426 23597 # Check whether --with-m4_tolower(DyLP)-datadir or --without-m4_tolower(DyLP)-datadir was given. 23427 23598 if test "${with_dylp_datadir+set}" = set; then 23428 23599 withval="$with_dylp_datadir" 23429 coin_has_dylp=yes 23430 DYLP_DATA="$withval" 23600 if test "$withval" = no ; then 23601 coin_has_dylp=skipping 23602 else 23603 coin_has_dylp=yes 23604 DYLP_DATA="$withval" 23605 fi 23606 23431 23607 fi; 23432 23608 fi … … 23746 23922 23747 23923 23748 # construct dependencies variables from LIBS variables 23749 # we add an extra space in LIBS so we can substitute out everything starting with " -" 23750 # before, substitute out everything of the form -framework xxx as used on Mac 23751 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 23752 DYLP_DEPENDENCIES=`echo " $DYLP_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 23753 23754 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 23755 23924 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 23925 if test "${enable_interpackage_dependencies+set}" = set; then 23926 enableval="$enable_interpackage_dependencies" 23927 23928 else 23929 enable_interpackage_dependencies=yes 23930 fi; 23931 23932 if test $enable_interpackage_dependencies = yes ; then 23933 # construct dependencies variables from LIBS variables 23934 # we add an extra space in LIBS so we can substitute out everything starting with " -" 23935 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 23936 # then remove everything of the form -xxx 23937 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 23938 DYLP_DEPENDENCIES=`echo " $DYLP_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 23939 23940 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 23941 23942 fi 23756 23943 23757 23944 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 23828 24015 23829 24016 23830 #check if user provided LIBS, CFLAGS, or DATA for module24017 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 23831 24018 if test $coin_has_vol != skipping; then 23832 23833 24019 23834 24020 # Check whether --with-m4_tolower(Vol)-lib or --without-m4_tolower(Vol)-lib was given. 23835 24021 if test "${with_vol_lib+set}" = set; then 23836 24022 withval="$with_vol_lib" 23837 coin_has_vol=yes 24023 if test "$withval" = no ; then 24024 coin_has_vol=skipping 24025 else 24026 coin_has_vol=yes 23838 24027 VOL_LIBS="$withval" 23839 24028 24029 fi 23840 24030 23841 24031 fi; 23842 24032 fi 24033 24034 if test $coin_has_vol != skipping; then 23843 24035 23844 24036 # Check whether --with-m4_tolower(Vol)-incdir or --without-m4_tolower(Vol)-incdir was given. 23845 24037 if test "${with_vol_incdir+set}" = set; then 23846 24038 withval="$with_vol_incdir" 23847 coin_has_vol=yes 23848 VOL_CFLAGS="-I`${CYGPATH_W} $withval`" 23849 24039 if test "$withval" = no ; then 24040 coin_has_vol=skipping 24041 else 24042 coin_has_vol=yes 24043 VOL_CFLAGS="-I`${CYGPATH_W} $withval`" 24044 24045 fi 23850 24046 23851 24047 fi; 23852 24048 fi 24049 24050 if test $coin_has_vol != skipping; then 23853 24051 23854 24052 # Check whether --with-m4_tolower(Vol)-datadir or --without-m4_tolower(Vol)-datadir was given. 23855 24053 if test "${with_vol_datadir+set}" = set; then 23856 24054 withval="$with_vol_datadir" 23857 coin_has_vol=yes 23858 VOL_DATA="$withval" 24055 if test "$withval" = no ; then 24056 coin_has_vol=skipping 24057 else 24058 coin_has_vol=yes 24059 VOL_DATA="$withval" 24060 fi 24061 23859 24062 fi; 23860 24063 fi … … 24164 24367 24165 24368 24166 # construct dependencies variables from LIBS variables 24167 # we add an extra space in LIBS so we can substitute out everything starting with " -" 24168 # before, substitute out everything of the form -framework xxx as used on Mac 24169 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 24170 VOL_DEPENDENCIES=`echo " $VOL_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24171 24369 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 24370 if test "${enable_interpackage_dependencies+set}" = set; then 24371 enableval="$enable_interpackage_dependencies" 24372 24373 else 24374 enable_interpackage_dependencies=yes 24375 fi; 24376 24377 if test $enable_interpackage_dependencies = yes ; then 24378 # construct dependencies variables from LIBS variables 24379 # we add an extra space in LIBS so we can substitute out everything starting with " -" 24380 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 24381 # then remove everything of the form -xxx 24382 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 24383 VOL_DEPENDENCIES=`echo " $VOL_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24384 24385 fi 24172 24386 24173 24387 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 24253 24467 24254 24468 24255 #check if user provided LIBS, CFLAGS, or DATA for module24469 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 24256 24470 if test $coin_has_cpx != skipping; then 24257 24258 24471 24259 24472 # Check whether --with-m4_tolower(Cpx)-lib or --without-m4_tolower(Cpx)-lib was given. 24260 24473 if test "${with_cpx_lib+set}" = set; then 24261 24474 withval="$with_cpx_lib" 24262 coin_has_cpx=yes 24475 if test "$withval" = no ; then 24476 coin_has_cpx=skipping 24477 else 24478 coin_has_cpx=yes 24263 24479 CPX_LIBS="$withval" 24264 24480 … … 24269 24485 CBCGENERIC_LIBS="$withval $CBCGENERIC_LIBS" 24270 24486 24487 fi 24271 24488 24272 24489 fi; 24273 24490 fi 24491 24492 if test $coin_has_cpx != skipping; then 24274 24493 24275 24494 # Check whether --with-m4_tolower(Cpx)-incdir or --without-m4_tolower(Cpx)-incdir was given. 24276 24495 if test "${with_cpx_incdir+set}" = set; then 24277 24496 withval="$with_cpx_incdir" 24278 coin_has_cpx=yes 24279 CPX_CFLAGS="-I`${CYGPATH_W} $withval`" 24280 CBCLIB_CFLAGS="$withval $CBCLIB_CFLAGS" 24281 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 24282 24497 if test "$withval" = no ; then 24498 coin_has_cpx=skipping 24499 else 24500 coin_has_cpx=yes 24501 CPX_CFLAGS="-I`${CYGPATH_W} $withval`" 24502 CBCLIB_CFLAGS="$withval $CBCLIB_CFLAGS"CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 24503 fi 24283 24504 24284 24505 fi; 24285 24506 fi 24507 24508 if test $coin_has_cpx != skipping; then 24286 24509 24287 24510 # Check whether --with-m4_tolower(Cpx)-datadir or --without-m4_tolower(Cpx)-datadir was given. 24288 24511 if test "${with_cpx_datadir+set}" = set; then 24289 24512 withval="$with_cpx_datadir" 24290 coin_has_cpx=yes 24291 CPX_DATA="$withval" 24513 if test "$withval" = no ; then 24514 coin_has_cpx=skipping 24515 else 24516 coin_has_cpx=yes 24517 CPX_DATA="$withval" 24518 fi 24519 24292 24520 fi; 24293 24521 fi … … 24617 24845 24618 24846 24619 # construct dependencies variables from LIBS variables 24620 # we add an extra space in LIBS so we can substitute out everything starting with " -" 24621 # before, substitute out everything of the form -framework xxx as used on Mac 24622 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 24623 CPX_DEPENDENCIES=`echo " $CPX_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24624 24625 CBCLIB_DEPENDENCIES=`echo " $CBCLIB_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24626 24627 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24628 24847 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 24848 if test "${enable_interpackage_dependencies+set}" = set; then 24849 enableval="$enable_interpackage_dependencies" 24850 24851 else 24852 enable_interpackage_dependencies=yes 24853 fi; 24854 24855 if test $enable_interpackage_dependencies = yes ; then 24856 # construct dependencies variables from LIBS variables 24857 # we add an extra space in LIBS so we can substitute out everything starting with " -" 24858 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 24859 # then remove everything of the form -xxx 24860 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 24861 CPX_DEPENDENCIES=`echo " $CPX_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24862 24863 CBCLIB_DEPENDENCIES=`echo " $CBCLIB_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24864 24865 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24866 24867 fi 24629 24868 24630 24869 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 24716 24955 24717 24956 24718 #check if user provided LIBS, CFLAGS, or DATA for module24957 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 24719 24958 if test $coin_has_glpk != skipping; then 24720 24721 24959 24722 24960 # Check whether --with-m4_tolower(Glpk)-lib or --without-m4_tolower(Glpk)-lib was given. 24723 24961 if test "${with_glpk_lib+set}" = set; then 24724 24962 withval="$with_glpk_lib" 24725 coin_has_glpk=yes 24963 if test "$withval" = no ; then 24964 coin_has_glpk=skipping 24965 else 24966 coin_has_glpk=yes 24726 24967 GLPK_LIBS="$withval" 24727 24968 … … 24729 24970 CBCGENERIC_LIBS="$withval $CBCGENERIC_LIBS" 24730 24971 24972 fi 24731 24973 24732 24974 fi; 24733 24975 fi 24976 24977 if test $coin_has_glpk != skipping; then 24734 24978 24735 24979 # Check whether --with-m4_tolower(Glpk)-incdir or --without-m4_tolower(Glpk)-incdir was given. 24736 24980 if test "${with_glpk_incdir+set}" = set; then 24737 24981 withval="$with_glpk_incdir" 24738 coin_has_glpk=yes 24739 GLPK_CFLAGS="-I`${CYGPATH_W} $withval`" 24740 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 24741 24982 if test "$withval" = no ; then 24983 coin_has_glpk=skipping 24984 else 24985 coin_has_glpk=yes 24986 GLPK_CFLAGS="-I`${CYGPATH_W} $withval`" 24987 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 24988 fi 24742 24989 24743 24990 fi; 24744 24991 fi 24992 24993 if test $coin_has_glpk != skipping; then 24745 24994 24746 24995 # Check whether --with-m4_tolower(Glpk)-datadir or --without-m4_tolower(Glpk)-datadir was given. 24747 24996 if test "${with_glpk_datadir+set}" = set; then 24748 24997 withval="$with_glpk_datadir" 24749 coin_has_glpk=yes 24750 GLPK_DATA="$withval" 24998 if test "$withval" = no ; then 24999 coin_has_glpk=skipping 25000 else 25001 coin_has_glpk=yes 25002 GLPK_DATA="$withval" 25003 fi 25004 24751 25005 fi; 24752 25006 fi … … 25066 25320 25067 25321 25068 # construct dependencies variables from LIBS variables 25069 # we add an extra space in LIBS so we can substitute out everything starting with " -" 25070 # before, substitute out everything of the form -framework xxx as used on Mac 25071 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 25072 GLPK_DEPENDENCIES=`echo " $GLPK_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 25073 25074 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 25075 25322 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 25323 if test "${enable_interpackage_dependencies+set}" = set; then 25324 enableval="$enable_interpackage_dependencies" 25325 25326 else 25327 enable_interpackage_dependencies=yes 25328 fi; 25329 25330 if test $enable_interpackage_dependencies = yes ; then 25331 # construct dependencies variables from LIBS variables 25332 # we add an extra space in LIBS so we can substitute out everything starting with " -" 25333 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 25334 # then remove everything of the form -xxx 25335 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 25336 GLPK_DEPENDENCIES=`echo " $GLPK_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 25337 25338 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 25339 25340 fi 25076 25341 25077 25342 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 25148 25413 25149 25414 25150 #check if user provided LIBS, CFLAGS, or DATA for module25415 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 25151 25416 if test $coin_has_grb != skipping; then 25152 25153 25417 25154 25418 # Check whether --with-m4_tolower(Grb)-lib or --without-m4_tolower(Grb)-lib was given. 25155 25419 if test "${with_grb_lib+set}" = set; then 25156 25420 withval="$with_grb_lib" 25157 coin_has_grb=yes 25421 if test "$withval" = no ; then 25422 coin_has_grb=skipping 25423 else 25424 coin_has_grb=yes 25158 25425 GRB_LIBS="$withval" 25159 25426 25427 fi 25160 25428 25161 25429 fi; 25162 25430 fi 25431 25432 if test $coin_has_grb != skipping; then 25163 25433 25164 25434 # Check whether --with-m4_tolower(Grb)-incdir or --without-m4_tolower(Grb)-incdir was given. 25165 25435 if test "${with_grb_incdir+set}" = set; then 25166 25436 withval="$with_grb_incdir" 25167 coin_has_grb=yes 25168 GRB_CFLAGS="-I`${CYGPATH_W} $withval`" 25169 25437 if test "$withval" = no ; then 25438 coin_has_grb=skipping 25439 else 25440 coin_has_grb=yes 25441 GRB_CFLAGS="-I`${CYGPATH_W} $withval`" 25442 25443 fi 25170 25444 25171 25445 fi; 25172 25446 fi 25447 25448 if test $coin_has_grb != skipping; then 25173 25449 25174 25450 # Check whether --with-m4_tolower(Grb)-datadir or --without-m4_tolower(Grb)-datadir was given. 25175 25451 if test "${with_grb_datadir+set}" = set; then 25176 25452 withval="$with_grb_datadir" 25177 coin_has_grb=yes 25178 GRB_DATA="$withval" 25453 if test "$withval" = no ; then 25454 coin_has_grb=skipping 25455 else 25456 coin_has_grb=yes 25457 GRB_DATA="$withval" 25458 fi 25459 25179 25460 fi; 25180 25461 fi … … 25484 25765 25485 25766 25486 # construct dependencies variables from LIBS variables 25487 # we add an extra space in LIBS so we can substitute out everything starting with " -" 25488 # before, substitute out everything of the form -framework xxx as used on Mac 25489 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 25490 GRB_DEPENDENCIES=`echo " $GRB_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 25491 25767 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 25768 if test "${enable_interpackage_dependencies+set}" = set; then 25769 enableval="$enable_interpackage_dependencies" 25770 25771 else 25772 enable_interpackage_dependencies=yes 25773 fi; 25774 25775 if test $enable_interpackage_dependencies = yes ; then 25776 # construct dependencies variables from LIBS variables 25777 # we add an extra space in LIBS so we can substitute out everything starting with " -" 25778 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 25779 # then remove everything of the form -xxx 25780 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 25781 GRB_DEPENDENCIES=`echo " $GRB_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 25782 25783 fi 25492 25784 25493 25785 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 25565 25857 25566 25858 25567 #check if user provided LIBS, CFLAGS, or DATA for module25859 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 25568 25860 if test $coin_has_msk != skipping; then 25569 25570 25861 25571 25862 # Check whether --with-m4_tolower(Msk)-lib or --without-m4_tolower(Msk)-lib was given. 25572 25863 if test "${with_msk_lib+set}" = set; then 25573 25864 withval="$with_msk_lib" 25574 coin_has_msk=yes 25865 if test "$withval" = no ; then 25866 coin_has_msk=skipping 25867 else 25868 coin_has_msk=yes 25575 25869 MSK_LIBS="$withval" 25576 25870 … … 25578 25872 CBCGENERIC_LIBS="$withval $CBCGENERIC_LIBS" 25579 25873 25874 fi 25580 25875 25581 25876 fi; 25582 25877 fi 25878 25879 if test $coin_has_msk != skipping; then 25583 25880 25584 25881 # Check whether --with-m4_tolower(Msk)-incdir or --without-m4_tolower(Msk)-incdir was given. 25585 25882 if test "${with_msk_incdir+set}" = set; then 25586 25883 withval="$with_msk_incdir" 25587 coin_has_msk=yes 25588 MSK_CFLAGS="-I`${CYGPATH_W} $withval`" 25589 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 25590 25884 if test "$withval" = no ; then 25885 coin_has_msk=skipping 25886 else 25887 coin_has_msk=yes 25888 MSK_CFLAGS="-I`${CYGPATH_W} $withval`" 25889 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 25890 fi 25591 25891 25592 25892 fi; 25593 25893 fi 25894 25895 if test $coin_has_msk != skipping; then 25594 25896 25595 25897 # Check whether --with-m4_tolower(Msk)-datadir or --without-m4_tolower(Msk)-datadir was given. 25596 25898 if test "${with_msk_datadir+set}" = set; then 25597 25899 withval="$with_msk_datadir" 25598 coin_has_msk=yes 25599 MSK_DATA="$withval" 25900 if test "$withval" = no ; then 25901 coin_has_msk=skipping 25902 else 25903 coin_has_msk=yes 25904 MSK_DATA="$withval" 25905 fi 25906 25600 25907 fi; 25601 25908 fi … … 25915 26222 25916 26223 25917 # construct dependencies variables from LIBS variables 25918 # we add an extra space in LIBS so we can substitute out everything starting with " -" 25919 # before, substitute out everything of the form -framework xxx as used on Mac 25920 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 25921 MSK_DEPENDENCIES=`echo " $MSK_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 25922 25923 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 25924 26224 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 26225 if test "${enable_interpackage_dependencies+set}" = set; then 26226 enableval="$enable_interpackage_dependencies" 26227 26228 else 26229 enable_interpackage_dependencies=yes 26230 fi; 26231 26232 if test $enable_interpackage_dependencies = yes ; then 26233 # construct dependencies variables from LIBS variables 26234 # we add an extra space in LIBS so we can substitute out everything starting with " -" 26235 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 26236 # then remove everything of the form -xxx 26237 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 26238 MSK_DEPENDENCIES=`echo " $MSK_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 26239 26240 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 26241 26242 fi 25925 26243 25926 26244 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 26005 26323 26006 26324 26007 #check if user provided LIBS, CFLAGS, or DATA for module26325 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 26008 26326 if test $coin_has_spx != skipping; then 26009 26010 26327 26011 26328 # Check whether --with-m4_tolower(Spx)-lib or --without-m4_tolower(Spx)-lib was given. 26012 26329 if test "${with_spx_lib+set}" = set; then 26013 26330 withval="$with_spx_lib" 26014 coin_has_spx=yes 26331 if test "$withval" = no ; then 26332 coin_has_spx=skipping 26333 else 26334 coin_has_spx=yes 26015 26335 SPX_LIBS="$withval" 26016 26336 … … 26018 26338 CBCGENERIC_LIBS="$withval $CBCGENERIC_LIBS" 26019 26339 26340 fi 26020 26341 26021 26342 fi; 26022 26343 fi 26344 26345 if test $coin_has_spx != skipping; then 26023 26346 26024 26347 # Check whether --with-m4_tolower(Spx)-incdir or --without-m4_tolower(Spx)-incdir was given. 26025 26348 if test "${with_spx_incdir+set}" = set; then 26026 26349 withval="$with_spx_incdir" 26027 coin_has_spx=yes 26028 SPX_CFLAGS="-I`${CYGPATH_W} $withval`" 26029 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 26030 26350 if test "$withval" = no ; then 26351 coin_has_spx=skipping 26352 else 26353 coin_has_spx=yes 26354 SPX_CFLAGS="-I`${CYGPATH_W} $withval`" 26355 CBCGENERIC_CFLAGS="$withval $CBCGENERIC_CFLAGS" 26356 fi 26031 26357 26032 26358 fi; 26033 26359 fi 26360 26361 if test $coin_has_spx != skipping; then 26034 26362 26035 26363 # Check whether --with-m4_tolower(Spx)-datadir or --without-m4_tolower(Spx)-datadir was given. 26036 26364 if test "${with_spx_datadir+set}" = set; then 26037 26365 withval="$with_spx_datadir" 26038 coin_has_spx=yes 26039 SPX_DATA="$withval" 26366 if test "$withval" = no ; then 26367 coin_has_spx=skipping 26368 else 26369 coin_has_spx=yes 26370 SPX_DATA="$withval" 26371 fi 26372 26040 26373 fi; 26041 26374 fi … … 26355 26688 26356 26689 26357 # construct dependencies variables from LIBS variables 26358 # we add an extra space in LIBS so we can substitute out everything starting with " -" 26359 # before, substitute out everything of the form -framework xxx as used on Mac 26360 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 26361 SPX_DEPENDENCIES=`echo " $SPX_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 26362 26363 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 26364 26690 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 26691 if test "${enable_interpackage_dependencies+set}" = set; then 26692 enableval="$enable_interpackage_dependencies" 26693 26694 else 26695 enable_interpackage_dependencies=yes 26696 fi; 26697 26698 if test $enable_interpackage_dependencies = yes ; then 26699 # construct dependencies variables from LIBS variables 26700 # we add an extra space in LIBS so we can substitute out everything starting with " -" 26701 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 26702 # then remove everything of the form -xxx 26703 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 26704 SPX_DEPENDENCIES=`echo " $SPX_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 26705 26706 CBCGENERIC_DEPENDENCIES=`echo " $CBCGENERIC_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 26707 26708 fi 26365 26709 26366 26710 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 26437 26781 26438 26782 26439 #check if user provided LIBS, CFLAGS, or DATA for module26783 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 26440 26784 if test $coin_has_xpr != skipping; then 26441 26442 26785 26443 26786 # Check whether --with-m4_tolower(Xpr)-lib or --without-m4_tolower(Xpr)-lib was given. 26444 26787 if test "${with_xpr_lib+set}" = set; then 26445 26788 withval="$with_xpr_lib" 26446 coin_has_xpr=yes 26789 if test "$withval" = no ; then 26790 coin_has_xpr=skipping 26791 else 26792 coin_has_xpr=yes 26447 26793 XPR_LIBS="$withval" 26448 26794 26795 fi 26449 26796 26450 26797 fi; 26451 26798 fi 26799 26800 if test $coin_has_xpr != skipping; then 26452 26801 26453 26802 # Check whether --with-m4_tolower(Xpr)-incdir or --without-m4_tolower(Xpr)-incdir was given. 26454 26803 if test "${with_xpr_incdir+set}" = set; then 26455 26804 withval="$with_xpr_incdir" 26456 coin_has_xpr=yes 26457 XPR_CFLAGS="-I`${CYGPATH_W} $withval`" 26458 26805 if test "$withval" = no ; then 26806 coin_has_xpr=skipping 26807 else 26808 coin_has_xpr=yes 26809 XPR_CFLAGS="-I`${CYGPATH_W} $withval`" 26810 26811 fi 26459 26812 26460 26813 fi; 26461 26814 fi 26815 26816 if test $coin_has_xpr != skipping; then 26462 26817 26463 26818 # Check whether --with-m4_tolower(Xpr)-datadir or --without-m4_tolower(Xpr)-datadir was given. 26464 26819 if test "${with_xpr_datadir+set}" = set; then 26465 26820 withval="$with_xpr_datadir" 26466 coin_has_xpr=yes 26467 XPR_DATA="$withval" 26821 if test "$withval" = no ; then 26822 coin_has_xpr=skipping 26823 else 26824 coin_has_xpr=yes 26825 XPR_DATA="$withval" 26826 fi 26827 26468 26828 fi; 26469 26829 fi … … 26773 27133 26774 27134 26775 # construct dependencies variables from LIBS variables 26776 # we add an extra space in LIBS so we can substitute out everything starting with " -" 26777 # before, substitute out everything of the form -framework xxx as used on Mac 26778 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 26779 XPR_DEPENDENCIES=`echo " $XPR_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 26780 27135 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 27136 if test "${enable_interpackage_dependencies+set}" = set; then 27137 enableval="$enable_interpackage_dependencies" 27138 27139 else 27140 enable_interpackage_dependencies=yes 27141 fi; 27142 27143 if test $enable_interpackage_dependencies = yes ; then 27144 # construct dependencies variables from LIBS variables 27145 # we add an extra space in LIBS so we can substitute out everything starting with " -" 27146 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 27147 # then remove everything of the form -xxx 27148 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 27149 XPR_DEPENDENCIES=`echo " $XPR_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 27150 27151 fi 26781 27152 26782 27153 if test 1 = 0 ; then #change this test to enable a bit of debugging output … … 26852 27223 26853 27224 26854 #check if user provided LIBS, CFLAGS, or DATA for module27225 #check if user provided LIBS, CFLAGS, or DATA for package or disables use of package 26855 27226 if test $coin_has_asl != skipping; then 26856 26857 27227 26858 27228 # Check whether --with-m4_tolower(ASL)-lib or --without-m4_tolower(ASL)-lib was given. 26859 27229 if test "${with_asl_lib+set}" = set; then 26860 27230 withval="$with_asl_lib" 26861 coin_has_asl=yes 27231 if test "$withval" = no ; then 27232 coin_has_asl=skipping 27233 else 27234 coin_has_asl=yes 26862 27235 ASL_LIBS="$withval" 26863 27236 27237 fi 26864 27238 26865 27239 fi; 26866 27240 fi 27241 27242 if test $coin_has_asl != skipping; then 26867 27243 26868 27244 # Check whether --with-m4_tolower(ASL)-incdir or --without-m4_tolower(ASL)-incdir was given. 26869 27245 if test "${with_asl_incdir+set}" = set; then 26870 27246 withval="$with_asl_incdir" 26871 coin_has_asl=yes 26872 ASL_CFLAGS="-I`${CYGPATH_W} $withval`" 26873 27247 if test "$withval" = no ; then 27248 coin_has_asl=skipping 27249 else 27250 coin_has_asl=yes 27251 ASL_CFLAGS="-I`${CYGPATH_W} $withval`" 27252 27253 fi 26874 27254 26875 27255 fi; 26876 27256 fi 27257 27258 if test $coin_has_asl != skipping; then 26877 27259 26878 27260 # Check whether --with-m4_tolower(ASL)-datadir or --without-m4_tolower(ASL)-datadir was given. 26879 27261 if test "${with_asl_datadir+set}" = set; then 26880 27262 withval="$with_asl_datadir" 26881 coin_has_asl=yes 26882 ASL_DATA="$withval" 27263 if test "$withval" = no ; then 27264 coin_has_asl=skipping 27265 else 27266 coin_has_asl=yes 27267 ASL_DATA="$withval" 27268 fi 27269 26883 27270 fi; 26884 27271 fi … … 27188 27575 27189 27576 27190 # construct dependencies variables from LIBS variables 27191 # we add an extra space in LIBS so we can substitute out everything starting with " -" 27192 # before, substitute out everything of the form -framework xxx as used on Mac 27193 # also substitute out everything of the form `xxx`yyy (may have been added for cygwin/cl) 27194 ASL_DEPENDENCIES=`echo " $ASL_LIBS" | sed -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 27195 27577 # Check whether --enable-interpackage-dependencies or --disable-interpackage-dependencies was given. 27578 if test "${enable_interpackage_dependencies+set}" = set; then 27579 enableval="$enable_interpackage_dependencies" 27580 27581 else 27582 enable_interpackage_dependencies=yes 27583 fi; 27584 27585 if test $enable_interpackage_dependencies = yes ; then 27586 # construct dependencies variables from LIBS variables 27587 # we add an extra space in LIBS so we can substitute out everything starting with " -" 27588 # remove everything of the form -framework xxx as used on Mac and mklxxx as used on Windows 27589 # then remove everything of the form -xxx 27590 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 27591 ASL_DEPENDENCIES=`echo " $ASL_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 27592 27593 fi 27196 27594 27197 27595 if test 1 = 0 ; then #change this test to enable a bit of debugging output
Note: See TracChangeset
for help on using the changeset viewer.