Changeset 1539 for ThirdParty/Glpk/branches
- Timestamp:
- Apr 30, 2010 11:02:15 AM (11 years ago)
- Location:
- ThirdParty/Glpk/branches/split
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/branches/split/Makefile.am
r1498 r1539 137 137 thirdpartyinclude_HEADERS = $(GLPKDIR)/include/glpk.h 138 138 139 if COIN_HAS_PKGCONFIG 139 140 addlibsdir = $(datadir)/coin/doc/ThirdParty/Glpk 140 addlibs_DATA = glpk_addlibs.txt README 141 addlibs_DATA = glpk_addlibs.txt 142 143 glpk_addlibs.txt : coinglpk.pc 144 PKG_CONFIG_PATH=.:$(libdir)/pkgconfig:${PKG_CONFIG_PATH} $(PKG_CONFIG) --libs coinglpk > glpk_addlibs.txt 145 endif 141 146 142 147 pkgconfiglibdir = $(libdir)/pkgconfig … … 147 152 ######################################################################## 148 153 154 CLEANFILES = glpk_addlibs.txt 155 149 156 # Files that are generated and should be cleaned with make distclean 150 157 DISTCLEANFILES = $(MAKEOKFILE) -
ThirdParty/Glpk/branches/split/Makefile.in
r1498 r1539 53 53 build_triplet = @build@ 54 54 host_triplet = @host@ 55 DIST_COMMON = README$(am__configure_deps) \55 DIST_COMMON = $(am__configure_deps) \ 56 56 $(srcdir)/../../BuildTools/Makemain.inc \ 57 57 $(srcdir)/../../config.guess $(srcdir)/../../config.sub \ … … 60 60 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 61 61 $(srcdir)/coinglpk-uninstalled.pc.in $(srcdir)/coinglpk.pc.in \ 62 $(srcdir)/config_glpk.h.in $( srcdir)/glpk_addlibs.txt.in\63 $(t hirdpartyinclude_HEADERS) $(top_srcdir)/configure62 $(srcdir)/config_glpk.h.in $(thirdpartyinclude_HEADERS) \ 63 $(top_srcdir)/configure 64 64 @HAVE_EXTERNALS_TRUE@am__append_1 = Externals 65 65 @HAVE_EXTERNALS_TRUE@am__append_2 = .Externals-stamp … … 74 74 mkinstalldirs = $(install_sh) -d 75 75 CONFIG_HEADER = config_glpk.h 76 CONFIG_CLEAN_FILES = glpk_addlibs.txt coinglpk.pc \ 77 coinglpk-uninstalled.pc 76 CONFIG_CLEAN_FILES = coinglpk.pc coinglpk-uninstalled.pc 78 77 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 79 78 am__vpath_adj = case $$p in \ … … 162 161 CDEFS = @CDEFS@ 163 162 CFLAGS = @CFLAGS@ 163 COIN_HAS_PKGCONFIG_FALSE = @COIN_HAS_PKGCONFIG_FALSE@ 164 COIN_HAS_PKGCONFIG_TRUE = @COIN_HAS_PKGCONFIG_TRUE@ 164 165 COIN_HAS_ZLIB_FALSE = @COIN_HAS_ZLIB_FALSE@ 165 166 COIN_HAS_ZLIB_TRUE = @COIN_HAS_ZLIB_TRUE@ … … 213 214 PACKAGE_VERSION = @PACKAGE_VERSION@ 214 215 PATH_SEPARATOR = @PATH_SEPARATOR@ 216 PKG_CONFIG = @PKG_CONFIG@ 215 217 RANLIB = @RANLIB@ 216 218 RPATH_FLAGS = @RPATH_FLAGS@ … … 232 234 ac_ct_STRIP = @ac_ct_STRIP@ 233 235 ac_cxx_preproc_warn_flag = @ac_cxx_preproc_warn_flag@ 236 ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 234 237 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 235 238 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ … … 399 402 thirdpartyincludedir = $(includedir)/coin/ThirdParty 400 403 thirdpartyinclude_HEADERS = $(GLPKDIR)/include/glpk.h 401 addlibsdir = $(datadir)/coin/doc/ThirdParty/Glpk402 addlibs_DATA = glpk_addlibs.txt README 404 @COIN_HAS_PKGCONFIG_TRUE@addlibsdir = $(datadir)/coin/doc/ThirdParty/Glpk 405 @COIN_HAS_PKGCONFIG_TRUE@addlibs_DATA = glpk_addlibs.txt 403 406 pkgconfiglibdir = $(libdir)/pkgconfig 404 407 pkgconfiglib_DATA = coinglpk.pc … … 407 410 # Maintainer Stuff # 408 411 ######################################################################## 412 CLEANFILES = glpk_addlibs.txt 409 413 410 414 # Files that are generated and should be cleaned with make distclean … … 467 471 distclean-hdr: 468 472 -rm -f config_glpk.h stamp-h1 469 glpk_addlibs.txt: $(top_builddir)/config.status $(srcdir)/glpk_addlibs.txt.in470 cd $(top_builddir) && $(SHELL) ./config.status $@471 473 coinglpk.pc: $(top_builddir)/config.status $(srcdir)/coinglpk.pc.in 472 474 cd $(top_builddir) && $(SHELL) ./config.status $@ … … 1655 1657 1656 1658 clean-generic: 1659 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1657 1660 1658 1661 distclean-generic: … … 1741 1744 1742 1745 1746 @COIN_HAS_PKGCONFIG_TRUE@glpk_addlibs.txt : coinglpk.pc 1747 @COIN_HAS_PKGCONFIG_TRUE@ PKG_CONFIG_PATH=.:$(libdir)/pkgconfig:${PKG_CONFIG_PATH} $(PKG_CONFIG) --libs coinglpk > glpk_addlibs.txt 1748 1743 1749 install-doc: $(DocFiles) 1744 1750 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" -
ThirdParty/Glpk/branches/split/configure
r1498 r1539 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 glpkmajorver glpkminorver COIN_HAS_ZLIB_TRUE COIN_HAS_ZLIB_FALSE GLPKDIR LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR 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 PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE 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 glpkmajorver glpkminorver COIN_HAS_ZLIB_TRUE COIN_HAS_ZLIB_FALSE GLPKDIR LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 950 950 ac_cv_env_MPICC_set=${MPICC+set} 951 951 ac_cv_env_MPICC_value=$MPICC 952 ac_env_PKG_CONFIG_set=${PKG_CONFIG+set} 953 ac_env_PKG_CONFIG_value=$PKG_CONFIG 954 ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set} 955 ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG 952 956 ac_env_CPP_set=${CPP+set} 953 957 ac_env_CPP_value=$CPP … … 1062 1066 icl/link). Default when mentioned: mingw. Default 1063 1067 when not mentioned: disabled. 1068 --enable-pkg-config use pkg-config if available (default is yes) 1064 1069 --enable-static[=PKGS] 1065 1070 build static libraries [default=no] … … 1100 1105 headers in a nonstandard directory <include dir> 1101 1106 MPICC C MPI Compiler 1107 PKG_CONFIG path to pkg-config utility 1102 1108 CPP C preprocessor 1103 1109 CXX C++ compiler command … … 3095 3101 3096 3102 3103 # Check if pkg-config is available (to setup addlibs file) 3104 3105 3106 # Check whether --enable-pkg-config or --disable-pkg-config was given. 3107 if test "${enable_pkg_config+set}" = set; then 3108 enableval="$enable_pkg_config" 3109 use_pkgconfig="$enableval" 3110 else 3111 use_pkgconfig=yes 3112 fi; 3113 3114 if test $use_pkgconfig = yes ; then 3115 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 3116 if test -n "$ac_tool_prefix"; then 3117 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 3118 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 3119 echo "$as_me:$LINENO: checking for $ac_word" >&5 3120 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3121 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 3122 echo $ECHO_N "(cached) $ECHO_C" >&6 3123 else 3124 case $PKG_CONFIG in 3125 [\\/]* | ?:[\\/]*) 3126 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 3127 ;; 3128 *) 3129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3130 for as_dir in $PATH 3131 do 3132 IFS=$as_save_IFS 3133 test -z "$as_dir" && as_dir=. 3134 for ac_exec_ext in '' $ac_executable_extensions; do 3135 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3136 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 3137 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3138 break 2 3139 fi 3140 done 3141 done 3142 3143 ;; 3144 esac 3145 fi 3146 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 3147 3148 if test -n "$PKG_CONFIG"; then 3149 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 3150 echo "${ECHO_T}$PKG_CONFIG" >&6 3151 else 3152 echo "$as_me:$LINENO: result: no" >&5 3153 echo "${ECHO_T}no" >&6 3154 fi 3155 3156 fi 3157 if test -z "$ac_cv_path_PKG_CONFIG"; then 3158 ac_pt_PKG_CONFIG=$PKG_CONFIG 3159 # Extract the first word of "pkg-config", so it can be a program name with args. 3160 set dummy pkg-config; ac_word=$2 3161 echo "$as_me:$LINENO: checking for $ac_word" >&5 3162 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3163 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 3164 echo $ECHO_N "(cached) $ECHO_C" >&6 3165 else 3166 case $ac_pt_PKG_CONFIG in 3167 [\\/]* | ?:[\\/]*) 3168 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 3169 ;; 3170 *) 3171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3172 for as_dir in $PATH 3173 do 3174 IFS=$as_save_IFS 3175 test -z "$as_dir" && as_dir=. 3176 for ac_exec_ext in '' $ac_executable_extensions; do 3177 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3178 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 3179 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3180 break 2 3181 fi 3182 done 3183 done 3184 3185 ;; 3186 esac 3187 fi 3188 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 3189 3190 if test -n "$ac_pt_PKG_CONFIG"; then 3191 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 3192 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 3193 else 3194 echo "$as_me:$LINENO: result: no" >&5 3195 echo "${ECHO_T}no" >&6 3196 fi 3197 3198 PKG_CONFIG=$ac_pt_PKG_CONFIG 3199 else 3200 PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 3201 fi 3202 3203 fi 3204 if test -n "$PKG_CONFIG"; then 3205 _pkg_min_version=0.9.0 3206 echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 3207 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6 3208 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 3209 echo "$as_me:$LINENO: result: yes" >&5 3210 echo "${ECHO_T}yes" >&6 3211 else 3212 echo "$as_me:$LINENO: result: no" >&5 3213 echo "${ECHO_T}no" >&6 3214 PKG_CONFIG="" 3215 fi 3216 fi 3217 3218 # check if pkg-config supports the short-errors flag 3219 if test -n "$PKG_CONFIG" && \ 3220 $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 3221 pkg_short_errors=" --short-errors " 3222 else 3223 pkg_short_errors="" 3224 fi 3225 fi 3226 3227 3228 3229 if test -n "$PKG_CONFIG"; then 3230 COIN_HAS_PKGCONFIG_TRUE= 3231 COIN_HAS_PKGCONFIG_FALSE='#' 3232 else 3233 COIN_HAS_PKGCONFIG_TRUE='#' 3234 COIN_HAS_PKGCONFIG_FALSE= 3235 fi 3236 3237 3238 3239 3240 3097 3241 # Initialize automake 3098 3242 { … … 4728 4872 *-*-irix6*) 4729 4873 # Find out which ABI we are using. 4730 echo '#line 4 730"configure"' > conftest.$ac_ext4874 echo '#line 4874 "configure"' > conftest.$ac_ext 4731 4875 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4732 4876 (eval $ac_compile) 2>&5 … … 6327 6471 6328 6472 # Provide some information about the compiler. 6329 echo "$as_me:6 329:" \6473 echo "$as_me:6473:" \ 6330 6474 "checking for Fortran 77 compiler version" >&5 6331 6475 ac_compiler=`set X $ac_compile; echo $2` … … 7394 7538 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7395 7539 -e 's:$: $lt_compiler_flag:'` 7396 (eval echo "\"\$as_me:7 396: $lt_compile\"" >&5)7540 (eval echo "\"\$as_me:7540: $lt_compile\"" >&5) 7397 7541 (eval "$lt_compile" 2>conftest.err) 7398 7542 ac_status=$? 7399 7543 cat conftest.err >&5 7400 echo "$as_me:7 400: \$? = $ac_status" >&57544 echo "$as_me:7544: \$? = $ac_status" >&5 7401 7545 if (exit $ac_status) && test -s "$ac_outfile"; then 7402 7546 # The compiler can only warn and ignore the option if not recognized … … 7662 7806 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7663 7807 -e 's:$: $lt_compiler_flag:'` 7664 (eval echo "\"\$as_me:7 664: $lt_compile\"" >&5)7808 (eval echo "\"\$as_me:7808: $lt_compile\"" >&5) 7665 7809 (eval "$lt_compile" 2>conftest.err) 7666 7810 ac_status=$? 7667 7811 cat conftest.err >&5 7668 echo "$as_me:7 668: \$? = $ac_status" >&57812 echo "$as_me:7812: \$? = $ac_status" >&5 7669 7813 if (exit $ac_status) && test -s "$ac_outfile"; then 7670 7814 # The compiler can only warn and ignore the option if not recognized … … 7766 7910 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7767 7911 -e 's:$: $lt_compiler_flag:'` 7768 (eval echo "\"\$as_me:7 768: $lt_compile\"" >&5)7912 (eval echo "\"\$as_me:7912: $lt_compile\"" >&5) 7769 7913 (eval "$lt_compile" 2>out/conftest.err) 7770 7914 ac_status=$? 7771 7915 cat out/conftest.err >&5 7772 echo "$as_me:7 772: \$? = $ac_status" >&57916 echo "$as_me:7916: \$? = $ac_status" >&5 7773 7917 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7774 7918 then … … 10111 10255 lt_status=$lt_dlunknown 10112 10256 cat > conftest.$ac_ext <<EOF 10113 #line 10 113"configure"10257 #line 10257 "configure" 10114 10258 #include "confdefs.h" 10115 10259 … … 10211 10355 lt_status=$lt_dlunknown 10212 10356 cat > conftest.$ac_ext <<EOF 10213 #line 10 213"configure"10357 #line 10357 "configure" 10214 10358 #include "confdefs.h" 10215 10359 … … 12555 12699 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12556 12700 -e 's:$: $lt_compiler_flag:'` 12557 (eval echo "\"\$as_me:12 557: $lt_compile\"" >&5)12701 (eval echo "\"\$as_me:12701: $lt_compile\"" >&5) 12558 12702 (eval "$lt_compile" 2>conftest.err) 12559 12703 ac_status=$? 12560 12704 cat conftest.err >&5 12561 echo "$as_me:12 561: \$? = $ac_status" >&512705 echo "$as_me:12705: \$? = $ac_status" >&5 12562 12706 if (exit $ac_status) && test -s "$ac_outfile"; then 12563 12707 # The compiler can only warn and ignore the option if not recognized … … 12659 12803 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12660 12804 -e 's:$: $lt_compiler_flag:'` 12661 (eval echo "\"\$as_me:12 661: $lt_compile\"" >&5)12805 (eval echo "\"\$as_me:12805: $lt_compile\"" >&5) 12662 12806 (eval "$lt_compile" 2>out/conftest.err) 12663 12807 ac_status=$? 12664 12808 cat out/conftest.err >&5 12665 echo "$as_me:12 665: \$? = $ac_status" >&512809 echo "$as_me:12809: \$? = $ac_status" >&5 12666 12810 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12667 12811 then … … 14229 14373 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14230 14374 -e 's:$: $lt_compiler_flag:'` 14231 (eval echo "\"\$as_me:14 231: $lt_compile\"" >&5)14375 (eval echo "\"\$as_me:14375: $lt_compile\"" >&5) 14232 14376 (eval "$lt_compile" 2>conftest.err) 14233 14377 ac_status=$? 14234 14378 cat conftest.err >&5 14235 echo "$as_me:14 235: \$? = $ac_status" >&514379 echo "$as_me:14379: \$? = $ac_status" >&5 14236 14380 if (exit $ac_status) && test -s "$ac_outfile"; then 14237 14381 # The compiler can only warn and ignore the option if not recognized … … 14333 14477 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14334 14478 -e 's:$: $lt_compiler_flag:'` 14335 (eval echo "\"\$as_me:14 335: $lt_compile\"" >&5)14479 (eval echo "\"\$as_me:14479: $lt_compile\"" >&5) 14336 14480 (eval "$lt_compile" 2>out/conftest.err) 14337 14481 ac_status=$? 14338 14482 cat out/conftest.err >&5 14339 echo "$as_me:14 339: \$? = $ac_status" >&514483 echo "$as_me:14483: \$? = $ac_status" >&5 14340 14484 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14341 14485 then … … 16540 16684 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16541 16685 -e 's:$: $lt_compiler_flag:'` 16542 (eval echo "\"\$as_me:16 542: $lt_compile\"" >&5)16686 (eval echo "\"\$as_me:16686: $lt_compile\"" >&5) 16543 16687 (eval "$lt_compile" 2>conftest.err) 16544 16688 ac_status=$? 16545 16689 cat conftest.err >&5 16546 echo "$as_me:16 546: \$? = $ac_status" >&516690 echo "$as_me:16690: \$? = $ac_status" >&5 16547 16691 if (exit $ac_status) && test -s "$ac_outfile"; then 16548 16692 # The compiler can only warn and ignore the option if not recognized … … 16808 16952 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16809 16953 -e 's:$: $lt_compiler_flag:'` 16810 (eval echo "\"\$as_me:16 810: $lt_compile\"" >&5)16954 (eval echo "\"\$as_me:16954: $lt_compile\"" >&5) 16811 16955 (eval "$lt_compile" 2>conftest.err) 16812 16956 ac_status=$? 16813 16957 cat conftest.err >&5 16814 echo "$as_me:16 814: \$? = $ac_status" >&516958 echo "$as_me:16958: \$? = $ac_status" >&5 16815 16959 if (exit $ac_status) && test -s "$ac_outfile"; then 16816 16960 # The compiler can only warn and ignore the option if not recognized … … 16912 17056 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16913 17057 -e 's:$: $lt_compiler_flag:'` 16914 (eval echo "\"\$as_me:1 6914: $lt_compile\"" >&5)17058 (eval echo "\"\$as_me:17058: $lt_compile\"" >&5) 16915 17059 (eval "$lt_compile" 2>out/conftest.err) 16916 17060 ac_status=$? 16917 17061 cat out/conftest.err >&5 16918 echo "$as_me:1 6918: \$? = $ac_status" >&517062 echo "$as_me:17062: \$? = $ac_status" >&5 16919 17063 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16920 17064 then … … 21897 22041 21898 22042 21899 ac_config_files="$ac_config_files Makefile glpk_addlibs.txtcoinglpk.pc coinglpk-uninstalled.pc"22043 ac_config_files="$ac_config_files Makefile coinglpk.pc coinglpk-uninstalled.pc" 21900 22044 21901 22045 ac_config_headers="$ac_config_headers config_glpk.h" … … 22064 22208 Usually this means the macro was only invoked conditionally." >&5 22065 22209 echo "$as_me: error: conditional \"ALWAYS_FALSE\" was never defined. 22210 Usually this means the macro was only invoked conditionally." >&2;} 22211 { (exit 1); exit 1; }; } 22212 fi 22213 if test -z "${COIN_HAS_PKGCONFIG_TRUE}" && test -z "${COIN_HAS_PKGCONFIG_FALSE}"; then 22214 { { echo "$as_me:$LINENO: error: conditional \"COIN_HAS_PKGCONFIG\" was never defined. 22215 Usually this means the macro was only invoked conditionally." >&5 22216 echo "$as_me: error: conditional \"COIN_HAS_PKGCONFIG\" was never defined. 22066 22217 Usually this means the macro was only invoked conditionally." >&2;} 22067 22218 { (exit 1); exit 1; }; } … … 22554 22705 # Handling of arguments. 22555 22706 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 22556 "glpk_addlibs.txt" ) CONFIG_FILES="$CONFIG_FILES glpk_addlibs.txt" ;;22557 22707 "coinglpk.pc" ) CONFIG_FILES="$CONFIG_FILES coinglpk.pc" ;; 22558 22708 "coinglpk-uninstalled.pc" ) CONFIG_FILES="$CONFIG_FILES coinglpk-uninstalled.pc" ;; … … 22665 22815 s,@OBJEXT@,$OBJEXT,;t t 22666 22816 s,@MPICC@,$MPICC,;t t 22817 s,@PKG_CONFIG@,$PKG_CONFIG,;t t 22818 s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t 22819 s,@COIN_HAS_PKGCONFIG_TRUE@,$COIN_HAS_PKGCONFIG_TRUE,;t t 22820 s,@COIN_HAS_PKGCONFIG_FALSE@,$COIN_HAS_PKGCONFIG_FALSE,;t t 22667 22821 s,@EGREP@,$EGREP,;t t 22668 22822 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t -
ThirdParty/Glpk/branches/split/configure.ac
r1498 r1539 47 47 # Get the name of the C compiler 48 48 AC_COIN_PROG_CC 49 50 # Check if pkg-config is available (to setup addlibs file) 51 AC_COIN_HAS_PKGCONFIG 49 52 50 53 # Initialize automake … … 245 248 AC_SUBST(GLPKDIR) 246 249 247 AC_CONFIG_FILES([Makefile glpk_addlibs.txtcoinglpk.pc coinglpk-uninstalled.pc])250 AC_CONFIG_FILES([Makefile coinglpk.pc coinglpk-uninstalled.pc]) 248 251 AC_CONFIG_HEADER([config_glpk.h]) 249 252
Note: See TracChangeset
for help on using the changeset viewer.