Changeset 4180 for ThirdParty/Glpk/trunk
- Timestamp:
- Apr 21, 2020 11:00:20 AM (12 months ago)
- Location:
- ThirdParty/Glpk/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/configure
r4141 r4180 2403 2403 2404 2404 2405 2406 2405 # Set the project's version numbers 2407 2408 2406 2409 2407 # break up package version number in major.minor.release … … 2439 2437 2440 2438 # A useful makefile conditional that is always false 2441 2442 2439 if false; then 2443 2440 ALWAYS_FALSE_TRUE= … … 2453 2450 2454 2451 2455 2456 2452 # Get the build and host types 2457 2453 2458 2454 2459 2455 2460 2461 2456 # libtool has some magic for host_os and build_os being mingw, but doesn't know about msys 2462 2463 2457 if test $host_os = msys ; then 2464 2458 host_os=mingw … … 2474 2468 # manual/html_node/Automake-Silent-Rules.html). Run before AM_INIT_AUTOMAKE, 2475 2469 # which will AC_REQUIRE it anyway. 2476 2477 2470 # Check whether --enable-silent-rules was given. 2478 2471 if test "${enable_silent_rules+set}" = set; then : … … 2522 2515 # - place objects from sources in subdirs into corresponding subdirs 2523 2516 # - enable all automake warnings 2524 2525 2517 if test "`cd $srcdir && pwd`" != "`pwd`"; then 2526 2518 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output … … 2631 2623 2632 2624 # Disable automatic rebuild of configure/Makefile. Use run_autotools. 2633 2634 2625 2635 2626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 -
ThirdParty/Glpk/trunk/glpk_config_files/configure
r4133 r4180 638 638 LIBOBJS 639 639 NOUNDEFINED 640 COIN_STATIC_BUILD_FALSE 641 COIN_STATIC_BUILD_TRUE 640 642 LT_LDFLAGS 641 643 CPP … … 2893 2895 2894 2896 2895 2896 2897 # Set the project's version numbers 2897 2898 2898 2899 2899 # break up package version number in major.minor.release … … 2928 2928 2929 2929 2930 2931 2932 2930 # A useful makefile conditional that is always false 2933 2934 2931 if false; then 2935 2932 ALWAYS_FALSE_TRUE= … … 2945 2942 2946 2943 2947 2948 2944 # Get the build and host types 2949 2945 2950 2946 2951 2947 2952 2953 2948 # libtool has some magic for host_os and build_os being mingw, but doesn't know about msys 2954 2955 2949 if test $host_os = msys ; then 2956 2950 host_os=mingw … … 2966 2960 # manual/html_node/Automake-Silent-Rules.html). Run before AM_INIT_AUTOMAKE, 2967 2961 # which will AC_REQUIRE it anyway. 2968 2969 2962 # Check whether --enable-silent-rules was given. 2970 2963 if test "${enable_silent_rules+set}" = set; then : … … 3014 3007 # - place objects from sources in subdirs into corresponding subdirs 3015 3008 # - enable all automake warnings 3016 3017 3009 if test "`cd $srcdir && pwd`" != "`pwd`"; then 3018 3010 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output … … 3123 3115 3124 3116 # Disable automatic rebuild of configure/Makefile. Use run_autotools. 3125 3126 3117 3127 3118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 … … 12629 12620 # Use the libtool library info, if defined, otherwise use the project version info, 12630 12621 # if a full major.minor.release number was available 12631 12622 LT_LDFLAGS="$LT_LDFLAGS -version-info glpk" 12623 { $as_echo "$as_me:${as_lineno-$LINENO}: libtool version info: -version-info glpk" >&5 12624 $as_echo "$as_me: libtool version info: -version-info glpk" >&6;} 12632 12625 12633 12626 # shared libraries should have no undefined symbols 12634 12627 # for Windows DLLs, it is mandatory to add this 12635 12628 LT_LDFLAGS="$LT_LDFLAGS -no-undefined" 12629 12630 # add automake conditional on whether we build shared or static, useful for .pc files 12631 if test "$enable_shared" = no; then 12632 COIN_STATIC_BUILD_TRUE= 12633 COIN_STATIC_BUILD_FALSE='#' 12634 else 12635 COIN_STATIC_BUILD_TRUE='#' 12636 COIN_STATIC_BUILD_FALSE= 12637 fi 12638 12636 12639 12637 12640 … … 13076 13079 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 13077 13080 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 13081 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13082 fi 13083 if test -z "${COIN_STATIC_BUILD_TRUE}" && test -z "${COIN_STATIC_BUILD_FALSE}"; then 13084 as_fn_error $? "conditional \"COIN_STATIC_BUILD\" was never defined. 13078 13085 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13079 13086 fi
Note: See TracChangeset
for help on using the changeset viewer.