Changeset 1437 for ThirdParty/Glpk/branches
- Timestamp:
- Nov 1, 2009 12:14:56 PM (11 years ago)
- Location:
- ThirdParty/Glpk/branches/BSPsplit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/branches/BSPsplit/Makefile.in
r1396 r1437 160 160 CFLAGS = @CFLAGS@ 161 161 COIN_HAS_GLPK_FALSE = @COIN_HAS_GLPK_FALSE@ 162 COIN_HAS_GLPK_PREINSTALLED_FALSE = @COIN_HAS_GLPK_PREINSTALLED_FALSE@ 163 COIN_HAS_GLPK_PREINSTALLED_TRUE = @COIN_HAS_GLPK_PREINSTALLED_TRUE@ 162 164 COIN_HAS_GLPK_TRUE = @COIN_HAS_GLPK_TRUE@ 163 165 COIN_HAS_ZLIB_FALSE = @COIN_HAS_ZLIB_FALSE@ … … 182 184 FADDLIBS = @FADDLIBS@ 183 185 FFLAGS = @FFLAGS@ 186 GLPKDATADIR = @GLPKDATADIR@ 184 187 GLPKDIR = @GLPKDIR@ 185 188 GLPKDOCDIR = @GLPKDOCDIR@ 189 GLPKINSTDIR = @GLPKINSTDIR@ 186 190 GLPKOBJDIR = @GLPKOBJDIR@ 187 191 GLPKSRCDIR = @GLPKSRCDIR@ -
ThirdParty/Glpk/branches/BSPsplit/configure
r1396 r1437 473 473 #endif" 474 474 475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS GLPKSRCDIR GLPKOBJDIR GLPKDOCDIR COIN_HAS_GLPK_TRUE COIN_HAS_GLPK_FALSE glpkmajorver glpkminorver COIN_HAS_ZLIB_TRUE COIN_HAS_ZLIB_FALSE GLPKDIR LIBEXT VPATH_DISTCLEANFILES LIBOBJS LTLIBOBJS'475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS GLPKSRCDIR GLPKOBJDIR GLPKDOCDIR GLPKDATADIR GLPKINSTDIR COIN_HAS_GLPK_TRUE COIN_HAS_GLPK_FALSE COIN_HAS_GLPK_PREINSTALLED_TRUE COIN_HAS_GLPK_PREINSTALLED_FALSE glpkmajorver glpkminorver COIN_HAS_ZLIB_TRUE COIN_HAS_ZLIB_FALSE GLPKDIR LIBEXT VPATH_DISTCLEANFILES LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 1087 1087 --with-tags[=TAGS] 1088 1088 include additional configurations [automatic] 1089 --with-glpk-instdir prefix of installation directory for precompiled Glpk 1090 package 1091 --with-glpk-srcdir source directory for Glpk package 1092 --with-glpk-objdir object directory for Glpk package (if different from 1093 source directory in VPATH compilation) 1094 --with-coin-instdir prefix of installation directory for precompiled 1095 COIN packages 1089 1096 1090 1097 Some influential environment variables: … … 1578 1585 ADDLIBS="-lm $LIBS" 1579 1586 1580 1581 # As backup, we make sure we don't loose an FLIBS if it has been set1582 # by the user1583 save_FLIBS="$FLIBS"1584 1587 1585 1588 # Initialize the FADDLIBS variable (which is to be used with a fortran … … 4728 4731 *-*-irix6*) 4729 4732 # Find out which ABI we are using. 4730 echo '#line 473 0"configure"' > conftest.$ac_ext4733 echo '#line 4733 "configure"' > conftest.$ac_ext 4731 4734 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4732 4735 (eval $ac_compile) 2>&5 … … 6327 6330 6328 6331 # Provide some information about the compiler. 6329 echo "$as_me:63 29:" \6332 echo "$as_me:6332:" \ 6330 6333 "checking for Fortran 77 compiler version" >&5 6331 6334 ac_compiler=`set X $ac_compile; echo $2` … … 7394 7397 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7395 7398 -e 's:$: $lt_compiler_flag:'` 7396 (eval echo "\"\$as_me:739 6: $lt_compile\"" >&5)7399 (eval echo "\"\$as_me:7399: $lt_compile\"" >&5) 7397 7400 (eval "$lt_compile" 2>conftest.err) 7398 7401 ac_status=$? 7399 7402 cat conftest.err >&5 7400 echo "$as_me:740 0: \$? = $ac_status" >&57403 echo "$as_me:7403: \$? = $ac_status" >&5 7401 7404 if (exit $ac_status) && test -s "$ac_outfile"; then 7402 7405 # The compiler can only warn and ignore the option if not recognized … … 7662 7665 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7663 7666 -e 's:$: $lt_compiler_flag:'` 7664 (eval echo "\"\$as_me:766 4: $lt_compile\"" >&5)7667 (eval echo "\"\$as_me:7667: $lt_compile\"" >&5) 7665 7668 (eval "$lt_compile" 2>conftest.err) 7666 7669 ac_status=$? 7667 7670 cat conftest.err >&5 7668 echo "$as_me:76 68: \$? = $ac_status" >&57671 echo "$as_me:7671: \$? = $ac_status" >&5 7669 7672 if (exit $ac_status) && test -s "$ac_outfile"; then 7670 7673 # The compiler can only warn and ignore the option if not recognized … … 7766 7769 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7767 7770 -e 's:$: $lt_compiler_flag:'` 7768 (eval echo "\"\$as_me:77 68: $lt_compile\"" >&5)7771 (eval echo "\"\$as_me:7771: $lt_compile\"" >&5) 7769 7772 (eval "$lt_compile" 2>out/conftest.err) 7770 7773 ac_status=$? 7771 7774 cat out/conftest.err >&5 7772 echo "$as_me:777 2: \$? = $ac_status" >&57775 echo "$as_me:7775: \$? = $ac_status" >&5 7773 7776 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7774 7777 then … … 10111 10114 lt_status=$lt_dlunknown 10112 10115 cat > conftest.$ac_ext <<EOF 10113 #line 1011 3"configure"10116 #line 10116 "configure" 10114 10117 #include "confdefs.h" 10115 10118 … … 10211 10214 lt_status=$lt_dlunknown 10212 10215 cat > conftest.$ac_ext <<EOF 10213 #line 1021 3"configure"10216 #line 10216 "configure" 10214 10217 #include "confdefs.h" 10215 10218 … … 12555 12558 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12556 12559 -e 's:$: $lt_compiler_flag:'` 12557 (eval echo "\"\$as_me:125 57: $lt_compile\"" >&5)12560 (eval echo "\"\$as_me:12560: $lt_compile\"" >&5) 12558 12561 (eval "$lt_compile" 2>conftest.err) 12559 12562 ac_status=$? 12560 12563 cat conftest.err >&5 12561 echo "$as_me:1256 1: \$? = $ac_status" >&512564 echo "$as_me:12564: \$? = $ac_status" >&5 12562 12565 if (exit $ac_status) && test -s "$ac_outfile"; then 12563 12566 # The compiler can only warn and ignore the option if not recognized … … 12659 12662 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12660 12663 -e 's:$: $lt_compiler_flag:'` 12661 (eval echo "\"\$as_me:1266 1: $lt_compile\"" >&5)12664 (eval echo "\"\$as_me:12664: $lt_compile\"" >&5) 12662 12665 (eval "$lt_compile" 2>out/conftest.err) 12663 12666 ac_status=$? 12664 12667 cat out/conftest.err >&5 12665 echo "$as_me:1266 5: \$? = $ac_status" >&512668 echo "$as_me:12668: \$? = $ac_status" >&5 12666 12669 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12667 12670 then … … 14229 14232 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14230 14233 -e 's:$: $lt_compiler_flag:'` 14231 (eval echo "\"\$as_me:1423 1: $lt_compile\"" >&5)14234 (eval echo "\"\$as_me:14234: $lt_compile\"" >&5) 14232 14235 (eval "$lt_compile" 2>conftest.err) 14233 14236 ac_status=$? 14234 14237 cat conftest.err >&5 14235 echo "$as_me:1423 5: \$? = $ac_status" >&514238 echo "$as_me:14238: \$? = $ac_status" >&5 14236 14239 if (exit $ac_status) && test -s "$ac_outfile"; then 14237 14240 # The compiler can only warn and ignore the option if not recognized … … 14333 14336 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14334 14337 -e 's:$: $lt_compiler_flag:'` 14335 (eval echo "\"\$as_me:1433 5: $lt_compile\"" >&5)14338 (eval echo "\"\$as_me:14338: $lt_compile\"" >&5) 14336 14339 (eval "$lt_compile" 2>out/conftest.err) 14337 14340 ac_status=$? 14338 14341 cat out/conftest.err >&5 14339 echo "$as_me:143 39: \$? = $ac_status" >&514342 echo "$as_me:14342: \$? = $ac_status" >&5 14340 14343 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14341 14344 then … … 16540 16543 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16541 16544 -e 's:$: $lt_compiler_flag:'` 16542 (eval echo "\"\$as_me:1654 2: $lt_compile\"" >&5)16545 (eval echo "\"\$as_me:16545: $lt_compile\"" >&5) 16543 16546 (eval "$lt_compile" 2>conftest.err) 16544 16547 ac_status=$? 16545 16548 cat conftest.err >&5 16546 echo "$as_me:1654 6: \$? = $ac_status" >&516549 echo "$as_me:16549: \$? = $ac_status" >&5 16547 16550 if (exit $ac_status) && test -s "$ac_outfile"; then 16548 16551 # The compiler can only warn and ignore the option if not recognized … … 16808 16811 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16809 16812 -e 's:$: $lt_compiler_flag:'` 16810 (eval echo "\"\$as_me:1681 0: $lt_compile\"" >&5)16813 (eval echo "\"\$as_me:16813: $lt_compile\"" >&5) 16811 16814 (eval "$lt_compile" 2>conftest.err) 16812 16815 ac_status=$? 16813 16816 cat conftest.err >&5 16814 echo "$as_me:1681 4: \$? = $ac_status" >&516817 echo "$as_me:16817: \$? = $ac_status" >&5 16815 16818 if (exit $ac_status) && test -s "$ac_outfile"; then 16816 16819 # The compiler can only warn and ignore the option if not recognized … … 16912 16915 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16913 16916 -e 's:$: $lt_compiler_flag:'` 16914 (eval echo "\"\$as_me:1691 4: $lt_compile\"" >&5)16917 (eval echo "\"\$as_me:16917: $lt_compile\"" >&5) 16915 16918 (eval "$lt_compile" 2>out/conftest.err) 16916 16919 ac_status=$? 16917 16920 cat out/conftest.err >&5 16918 echo "$as_me:169 18: \$? = $ac_status" >&516921 echo "$as_me:16921: \$? = $ac_status" >&5 16919 16922 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16920 16923 then … … 19818 19821 ########################################################################### 19819 19822 19820 echo "$as_me:$LINENO: checking for COIN project Glpk" >&5 19821 echo $ECHO_N "checking for COIN project Glpk... $ECHO_C" >&6 19822 19823 echo "$as_me:$LINENO: checking for COIN project Glpk in " >&5 19824 echo $ECHO_N "checking for COIN project Glpk in ... $ECHO_C" >&6 19823 19825 # First check, if the sub-project is actually available (ToDo: allow 19824 19826 # other locations) 19825 19827 19826 coin_has_glpk=unavailable 19828 #replace backslashes by underscore 19829 #m4_define([escape], m4_bpatsubsts([Glpk],[/],[_])) 19830 19831 coin_has_glpk=notGiven 19827 19832 if test x"$COIN_SKIP_PROJECTS" != x; then 19828 19833 for dir in $COIN_SKIP_PROJECTS; do … … 19833 19838 fi 19834 19839 19840 19841 19842 19843 19844 19845 GLPKSRCDIR=This_Variable_Is_Not_Set 19846 GLPKOBJDIR=This_Variable_Is_Not_Set 19847 GLPKDOCDIR=This_Variable_Is_Not_Set 19848 GLPKDATADIR=This_Variable_Is_Not_Set 19849 GLPKINSTDIR=This_Variable_Is_Not_Set 19850 19835 19851 if test $coin_has_glpk != skipping; then 19836 19852 if test $PACKAGE_TARNAME = glpk; then 19837 19853 coin_has_glpk=. 19838 19854 else 19839 if test -d $srcdir/../Glpk; then 19840 coin_has_glpk=../Glpk 19855 19856 # Check whether --with-m4_tolower(Glpk)-instdir or --without-m4_tolower(Glpk)-instdir was given. 19857 if test "${with_glpk_instdir+set}" = set; then 19858 withval="$with_glpk_instdir" 19859 coin_has_glpk=installed 19860 if test -d "$withval"; then : ; else 19861 { { echo "$as_me:$LINENO: error: argument for --with-glpk-instdir not a directory" >&5 19862 echo "$as_me: error: argument for --with-glpk-instdir not a directory" >&2;} 19863 { (exit 1); exit 1; }; } 19864 fi 19865 GLPKINSTDIR=`cd $withval; pwd` 19866 fi; 19867 19868 19869 # Check whether --with-m4_tolower(Glpk)-srcdir or --without-m4_tolower(Glpk)-srcdir was given. 19870 if test "${with_glpk_srcdir+set}" = set; then 19871 withval="$with_glpk_srcdir" 19872 if test "$coin_has_glpk" = installed; then 19873 { { echo "$as_me:$LINENO: error: --with-$glpk-srcdir cannot be given together with --with-glpk-instdir" >&5 19874 echo "$as_me: error: --with-$glpk-srcdir cannot be given together with --with-glpk-instdir" >&2;} 19875 { (exit 1); exit 1; }; } 19876 fi 19877 if test -d "$withval"; then : ; else 19878 { { echo "$as_me:$LINENO: error: argument for --with-glpk-srcdir not a directory" >&5 19879 echo "$as_me: error: argument for --with-glpk-srcdir not a directory" >&2;} 19880 { (exit 1); exit 1; }; } 19881 fi 19882 coin_has_glpk=$withval 19883 GLPKSRCDIR=`cd $withval; pwd` 19884 fi; 19885 19886 19887 # Check whether --with-m4_tolower(Glpk)-objdir or --without-m4_tolower(Glpk)-objdir was given. 19888 if test "${with_glpk_objdir+set}" = set; then 19889 withval="$with_glpk_objdir" 19890 if test "$coin_has_glpk" = installed; then 19891 { { echo "$as_me:$LINENO: error: --with-glpk-objdir cannot be given together with --with-glpk-instdir" >&5 19892 echo "$as_me: error: --with-glpk-objdir cannot be given together with --with-glpk-instdir" >&2;} 19893 { (exit 1); exit 1; }; } 19894 fi 19895 if test "$coin_has_glpk" = notGiven; then 19896 { { echo "$as_me:$LINENO: error: --with-glpk-objdir must be accompanied by --with-glpk-srcdir" >&5 19897 echo "$as_me: error: --with-glpk-objdir must be accompanied by --with-glpk-srcdir" >&2;} 19898 { (exit 1); exit 1; }; } 19899 fi 19900 if test -d "$withval"; then : ; else 19901 { { echo "$as_me:$LINENO: error: argument for --with-glpk-objdir not a directory" >&5 19902 echo "$as_me: error: argument for --with-glpk-objdir not a directory" >&2;} 19903 { (exit 1); exit 1; }; } 19904 fi 19905 GLPKOBJDIR=`cd $withval; pwd` 19906 else 19907 GLPKOBJDIR="$GLPKSRCDIR" 19908 fi; 19909 19910 # if we still don't have a location, check for generic flag 19911 if test "$coin_has_glpk" = notGiven; then 19912 19913 # Check whether --with-coin-instdir or --without-coin-instdir was given. 19914 if test "${with_coin_instdir+set}" = set; then 19915 withval="$with_coin_instdir" 19916 if test -d "$withval"; then : ; else 19917 { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 19918 echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} 19919 { (exit 1); exit 1; }; } 19920 fi 19921 if test -r $withval/share/doc/coin/Glpk/README; 19922 19923 then 19924 coin_has_glpk=installed 19925 GLPKINSTDIR=`cd $withval; pwd` 19926 fi 19927 fi; 19928 fi 19929 19930 # check if project can be found in /Glpk 19931 # this is for the classic setup when this macro is called from AC_COIN_MAIN_SUBDIR 19932 fulldir=Glpk 19933 19934 if test "$coin_has_glpk" = notGiven; then 19935 if test -d $srcdir/$fulldir; then 19936 coin_has_glpk=$fulldir 19937 19938 19939 fi 19940 fi 19941 19942 # check if project can be found in ..//Glpk 19943 # this is for the classic setup when this macro is called from the project main directory 19944 fulldir=../Glpk 19945 19946 if test "$coin_has_glpk" = notGiven; then 19947 if test -d $srcdir/$fulldir; then 19948 coin_has_glpk=$fulldir 19949 19950 19951 fi 19841 19952 fi 19842 19953 fi 19843 19954 fi 19844 19955 19845 if test $coin_has_glpk != unavailable&&19956 if test $coin_has_glpk != notGiven && 19846 19957 test $coin_has_glpk != skipping; then 19847 19958 # Set the #define if the component is available … … 19852 19963 19853 19964 19854 # Set the variables for source and object code location 19855 19856 GLPKSRCDIR=`cd $srcdir/$coin_has_glpk; pwd` 19857 19858 GLPKOBJDIR=`pwd`/$coin_has_glpk 19859 19860 GLPKDOCDIR=$abs_lib_dir/../share/doc/coin/Glpk 19861 fi 19862 19863 # Define the Makefile conditional 19864 19865 19866 if test $coin_has_glpk != unavailable && 19965 if test $coin_has_glpk = installed; then 19966 GLPKDOCDIR=$GLPKINSTDIR/share/doc/coin/Glpk 19967 GLPKDATADIR=$GLPKINSTDIR/share/coin/Glpk 19968 19969 else 19970 if test "$GLPKOBJDIR" = This_Variable_Is_Not_Set; then 19971 # Set the variables for source and object code location 19972 GLPKSRCDIR=`cd $srcdir/$coin_has_glpk; pwd` 19973 GLPKOBJDIR=`pwd`/$coin_has_glpk 19974 GLPKDOCDIR=$abs_lib_dir/../share/doc/coin/Glpk 19975 19976 GLPKDATADIR=$GLPKOBJDIR 19977 else 19978 # This is just a guess: 19979 GLPKDOCDIR=$GLPKOBJDIR/../share/doc/coin/Glpk 19980 GLPKDATADIR=$GLPKOBJDIR/../share/coin/Glpk 19981 19982 fi 19983 fi 19984 fi 19985 19986 # Define the Makefile conditional 19987 19988 19989 if test $coin_has_glpk != notGiven && 19867 19990 test $coin_has_glpk != skipping; then 19868 19991 COIN_HAS_GLPK_TRUE= … … 19873 19996 fi 19874 19997 19875 echo "$as_me:$LINENO: result: $coin_has_glpk" >&5 19998 19999 20000 if test $coin_has_glpk = installed; then 20001 COIN_HAS_GLPK_PREINSTALLED_TRUE= 20002 COIN_HAS_GLPK_PREINSTALLED_FALSE='#' 20003 else 20004 COIN_HAS_GLPK_PREINSTALLED_TRUE='#' 20005 COIN_HAS_GLPK_PREINSTALLED_FALSE= 20006 fi 20007 20008 20009 if test $coin_has_glpk = installed; then 20010 echo "$as_me:$LINENO: result: installed in $GLPKINSTDIR" >&5 20011 echo "${ECHO_T}installed in $GLPKINSTDIR" >&6 20012 if test -r $GLPKINSTDIR/share/doc/coin/Glpk/README; then 20013 20014 : 20015 else 20016 { { echo "$as_me:$LINENO: error: $GLPKINSTDIR/share/doc/coin/Glpk/README should be available if Glpk is installed" >&5 20017 echo "$as_me: error: $GLPKINSTDIR/share/doc/coin/Glpk/README should be available if Glpk is installed" >&2;} 20018 { (exit 1); exit 1; }; } 20019 : 20020 fi 20021 20022 20023 20024 else 20025 echo "$as_me:$LINENO: result: $coin_has_glpk" >&5 19876 20026 echo "${ECHO_T}$coin_has_glpk" >&6 20027 if test $coin_has_glpk != notGiven && 20028 test $coin_has_glpk != skipping; then 20029 echo "$as_me:$LINENO: checking for source code location of Glpk" >&5 20030 echo $ECHO_N "checking for source code location of Glpk... $ECHO_C" >&6 20031 echo "$as_me:$LINENO: result: $GLPKSRCDIR" >&5 20032 echo "${ECHO_T}$GLPKSRCDIR" >&6 20033 echo "$as_me:$LINENO: checking for object code location of Glpk" >&5 20034 echo $ECHO_N "checking for object code location of Glpk... $ECHO_C" >&6 20035 echo "$as_me:$LINENO: result: $GLPKOBJDIR" >&5 20036 echo "${ECHO_T}$GLPKOBJDIR" >&6 20037 fi 20038 fi 19877 20039 19878 20040 … … 22179 22341 Usually this means the macro was only invoked conditionally." >&5 22180 22342 echo "$as_me: error: conditional \"COIN_HAS_GLPK\" was never defined. 22343 Usually this means the macro was only invoked conditionally." >&2;} 22344 { (exit 1); exit 1; }; } 22345 fi 22346 if test -z "${COIN_HAS_GLPK_PREINSTALLED_TRUE}" && test -z "${COIN_HAS_GLPK_PREINSTALLED_FALSE}"; then 22347 { { echo "$as_me:$LINENO: error: conditional \"COIN_HAS_GLPK_PREINSTALLED\" was never defined. 22348 Usually this means the macro was only invoked conditionally." >&5 22349 echo "$as_me: error: conditional \"COIN_HAS_GLPK_PREINSTALLED\" was never defined. 22181 22350 Usually this means the macro was only invoked conditionally." >&2;} 22182 22351 { (exit 1); exit 1; }; } … … 22821 22990 s,@GLPKOBJDIR@,$GLPKOBJDIR,;t t 22822 22991 s,@GLPKDOCDIR@,$GLPKDOCDIR,;t t 22992 s,@GLPKDATADIR@,$GLPKDATADIR,;t t 22993 s,@GLPKINSTDIR@,$GLPKINSTDIR,;t t 22823 22994 s,@COIN_HAS_GLPK_TRUE@,$COIN_HAS_GLPK_TRUE,;t t 22824 22995 s,@COIN_HAS_GLPK_FALSE@,$COIN_HAS_GLPK_FALSE,;t t 22996 s,@COIN_HAS_GLPK_PREINSTALLED_TRUE@,$COIN_HAS_GLPK_PREINSTALLED_TRUE,;t t 22997 s,@COIN_HAS_GLPK_PREINSTALLED_FALSE@,$COIN_HAS_GLPK_PREINSTALLED_FALSE,;t t 22825 22998 s,@glpkmajorver@,$glpkmajorver,;t t 22826 22999 s,@glpkminorver@,$glpkminorver,;t t
Note: See TracChangeset
for help on using the changeset viewer.