Changeset 2881
- Timestamp:
- Sep 12, 2013 12:20:45 AM (7 years ago)
- Location:
- ThirdParty/ASL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/Makefile.in
r2144 r2881 216 216 ac_ct_CXX = @ac_ct_CXX@ 217 217 ac_ct_F77 = @ac_ct_F77@ 218 ac_ct_PKG_CONFIG = @ac_ct_PKG_CONFIG@ 218 219 ac_ct_RANLIB = @ac_ct_RANLIB@ 219 220 ac_ct_STRIP = @ac_ct_STRIP@ 220 221 ac_cxx_preproc_warn_flag = @ac_cxx_preproc_warn_flag@ 221 ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@222 222 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 223 223 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -
ThirdParty/ASL/trunk/configure
r2677 r2881 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 build build_cpu build_vendor build_os ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion ASL_SVN_REV EGREP LN_S CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE MPICC 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 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 PKG_CONFIG ac_ pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED AMPLSOLVER_A ASLMAKEFLAGS ASL_PCLIBS 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 build build_cpu build_vendor build_os ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion ASL_SVN_REV EGREP LN_S CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE MPICC 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 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 PKG_CONFIG ac_ct_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED AMPLSOLVER_A ASLMAKEFLAGS ASL_PCLIBS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 2798 2798 echo "$as_me: Overruling autoconf; cl does not recognise -g." >&6;} 2799 2799 fi ;; 2800 * ) 2801 CYGPATH_W=echo 2802 ;; 2800 2803 esac 2801 2804 CFLAGS="$save_cflags" … … 2910 2913 clang* ) ;; 2911 2914 cl* | */cl* | CL* | */CL*) 2912 coin_opt_cflags='-MT -O2' 2915 if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then 2916 coin_opt_cflags='-MD -O2' 2917 coin_dbg_cflags='-MDd' 2918 else 2919 coin_opt_cflags='-MT -O2' 2920 coin_dbg_cflags='-MTd' 2921 fi 2913 2922 coin_add_cflags='-nologo -wd4996 -D_CRT_SECURE_NO_DEPRECATE' 2914 coin_dbg_cflags='-MTd'2915 2923 ;; 2916 2924 icl* | */icl* | ICL* | */ICL*) 2917 coin_opt_cflags='-MT -Ox' 2925 if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then 2926 coin_opt_cflags='-MD -Ox' 2927 coin_dbg_cflags='-MDd -debug' 2928 else 2929 coin_opt_cflags='-MT -Ox' 2930 coin_dbg_cflags='-MTd -debug' 2931 fi 2918 2932 coin_add_cflags='-nologo -D_CRT_SECURE_NO_DEPRECATE' 2919 coin_dbg_cflags='-MTd -debug'2920 2933 ;; 2921 2934 esac … … 3342 3355 # START 3343 3356 3357 coin_disable_shared=no 3344 3358 # Test if force_shared has been set 3345 3359 if test "x" = xforce_shared; then … … 3353 3367 # On Cygwin and AIX, building DLLs doesn't work 3354 3368 case $build in 3355 *-cygwin* )3369 *-cygwin* | *-mingw*) 3356 3370 coin_disable_shared=yes 3357 platform=Cygwin 3371 if test x"$enable_shared" = xyes; then 3372 case "$CXX" in 3373 clang* ) 3374 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 3375 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 3376 ;; 3377 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3378 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&5 3379 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&2;} 3380 ;; 3381 *) 3382 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 3383 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 3384 ;; 3385 esac 3386 fi 3358 3387 ;; 3359 3388 *-aix*) 3360 3389 coin_disable_shared=yes 3361 3390 platform=AIX 3362 ;; 3363 *-mingw*) 3364 coin_disable_shared=yes 3365 platform="Msys" 3366 # case "$CXX" in 3367 # cl*) 3368 # coin_disable_shared=yes 3369 # platform="Msys with cl" 3370 # ;; 3371 # esac 3391 if test x"$enable_shared" = xyes; then 3392 { echo "$as_me:$LINENO: WARNING: Shared objects are not supported. I'm disabling your choice." >&5 3393 echo "$as_me: WARNING: Shared objects are not supported. I'm disabling your choice." >&2;} 3394 fi 3372 3395 ;; 3373 3396 esac … … 3375 3398 if test x"$coin_disable_shared" = xyes; then 3376 3399 if test x"$enable_shared" = xyes; then 3377 { echo "$as_me:$LINENO: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&5 3378 echo "$as_me: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&2;} 3400 : 3401 else 3402 # we don't disable shared, because it was not selected anyway 3403 coin_disable_shared=no 3379 3404 fi 3380 3405 enable_shared=no … … 4948 4973 *-*-irix6*) 4949 4974 # Find out which ABI we are using. 4950 echo '#line 49 50"configure"' > conftest.$ac_ext4975 echo '#line 4975 "configure"' > conftest.$ac_ext 4951 4976 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4952 4977 (eval $ac_compile) 2>&5 … … 6547 6572 6548 6573 # Provide some information about the compiler. 6549 echo "$as_me:65 49:" \6574 echo "$as_me:6574:" \ 6550 6575 "checking for Fortran 77 compiler version" >&5 6551 6576 ac_compiler=`set X $ac_compile; echo $2` … … 7614 7639 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7615 7640 -e 's:$: $lt_compiler_flag:'` 7616 (eval echo "\"\$as_me:76 16: $lt_compile\"" >&5)7641 (eval echo "\"\$as_me:7641: $lt_compile\"" >&5) 7617 7642 (eval "$lt_compile" 2>conftest.err) 7618 7643 ac_status=$? 7619 7644 cat conftest.err >&5 7620 echo "$as_me:76 20: \$? = $ac_status" >&57645 echo "$as_me:7645: \$? = $ac_status" >&5 7621 7646 if (exit $ac_status) && test -s "$ac_outfile"; then 7622 7647 # The compiler can only warn and ignore the option if not recognized … … 7882 7907 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7883 7908 -e 's:$: $lt_compiler_flag:'` 7884 (eval echo "\"\$as_me:7 884: $lt_compile\"" >&5)7909 (eval echo "\"\$as_me:7909: $lt_compile\"" >&5) 7885 7910 (eval "$lt_compile" 2>conftest.err) 7886 7911 ac_status=$? 7887 7912 cat conftest.err >&5 7888 echo "$as_me:7 888: \$? = $ac_status" >&57913 echo "$as_me:7913: \$? = $ac_status" >&5 7889 7914 if (exit $ac_status) && test -s "$ac_outfile"; then 7890 7915 # The compiler can only warn and ignore the option if not recognized … … 7986 8011 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7987 8012 -e 's:$: $lt_compiler_flag:'` 7988 (eval echo "\"\$as_me: 7988: $lt_compile\"" >&5)8013 (eval echo "\"\$as_me:8013: $lt_compile\"" >&5) 7989 8014 (eval "$lt_compile" 2>out/conftest.err) 7990 8015 ac_status=$? 7991 8016 cat out/conftest.err >&5 7992 echo "$as_me: 7992: \$? = $ac_status" >&58017 echo "$as_me:8017: \$? = $ac_status" >&5 7993 8018 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7994 8019 then … … 10331 10356 lt_status=$lt_dlunknown 10332 10357 cat > conftest.$ac_ext <<EOF 10333 #line 103 33"configure"10358 #line 10358 "configure" 10334 10359 #include "confdefs.h" 10335 10360 … … 10431 10456 lt_status=$lt_dlunknown 10432 10457 cat > conftest.$ac_ext <<EOF 10433 #line 104 33"configure"10458 #line 10458 "configure" 10434 10459 #include "confdefs.h" 10435 10460 … … 12775 12800 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12776 12801 -e 's:$: $lt_compiler_flag:'` 12777 (eval echo "\"\$as_me:12 777: $lt_compile\"" >&5)12802 (eval echo "\"\$as_me:12802: $lt_compile\"" >&5) 12778 12803 (eval "$lt_compile" 2>conftest.err) 12779 12804 ac_status=$? 12780 12805 cat conftest.err >&5 12781 echo "$as_me:12 781: \$? = $ac_status" >&512806 echo "$as_me:12806: \$? = $ac_status" >&5 12782 12807 if (exit $ac_status) && test -s "$ac_outfile"; then 12783 12808 # The compiler can only warn and ignore the option if not recognized … … 12879 12904 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12880 12905 -e 's:$: $lt_compiler_flag:'` 12881 (eval echo "\"\$as_me:12 881: $lt_compile\"" >&5)12906 (eval echo "\"\$as_me:12906: $lt_compile\"" >&5) 12882 12907 (eval "$lt_compile" 2>out/conftest.err) 12883 12908 ac_status=$? 12884 12909 cat out/conftest.err >&5 12885 echo "$as_me:12 885: \$? = $ac_status" >&512910 echo "$as_me:12910: \$? = $ac_status" >&5 12886 12911 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12887 12912 then … … 14449 14474 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14450 14475 -e 's:$: $lt_compiler_flag:'` 14451 (eval echo "\"\$as_me:144 51: $lt_compile\"" >&5)14476 (eval echo "\"\$as_me:14476: $lt_compile\"" >&5) 14452 14477 (eval "$lt_compile" 2>conftest.err) 14453 14478 ac_status=$? 14454 14479 cat conftest.err >&5 14455 echo "$as_me:144 55: \$? = $ac_status" >&514480 echo "$as_me:14480: \$? = $ac_status" >&5 14456 14481 if (exit $ac_status) && test -s "$ac_outfile"; then 14457 14482 # The compiler can only warn and ignore the option if not recognized … … 14553 14578 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14554 14579 -e 's:$: $lt_compiler_flag:'` 14555 (eval echo "\"\$as_me:145 55: $lt_compile\"" >&5)14580 (eval echo "\"\$as_me:14580: $lt_compile\"" >&5) 14556 14581 (eval "$lt_compile" 2>out/conftest.err) 14557 14582 ac_status=$? 14558 14583 cat out/conftest.err >&5 14559 echo "$as_me:145 59: \$? = $ac_status" >&514584 echo "$as_me:14584: \$? = $ac_status" >&5 14560 14585 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14561 14586 then … … 16760 16785 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16761 16786 -e 's:$: $lt_compiler_flag:'` 16762 (eval echo "\"\$as_me:167 62: $lt_compile\"" >&5)16787 (eval echo "\"\$as_me:16787: $lt_compile\"" >&5) 16763 16788 (eval "$lt_compile" 2>conftest.err) 16764 16789 ac_status=$? 16765 16790 cat conftest.err >&5 16766 echo "$as_me:167 66: \$? = $ac_status" >&516791 echo "$as_me:16791: \$? = $ac_status" >&5 16767 16792 if (exit $ac_status) && test -s "$ac_outfile"; then 16768 16793 # The compiler can only warn and ignore the option if not recognized … … 17028 17053 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17029 17054 -e 's:$: $lt_compiler_flag:'` 17030 (eval echo "\"\$as_me:170 30: $lt_compile\"" >&5)17055 (eval echo "\"\$as_me:17055: $lt_compile\"" >&5) 17031 17056 (eval "$lt_compile" 2>conftest.err) 17032 17057 ac_status=$? 17033 17058 cat conftest.err >&5 17034 echo "$as_me:170 34: \$? = $ac_status" >&517059 echo "$as_me:17059: \$? = $ac_status" >&5 17035 17060 if (exit $ac_status) && test -s "$ac_outfile"; then 17036 17061 # The compiler can only warn and ignore the option if not recognized … … 17132 17157 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17133 17158 -e 's:$: $lt_compiler_flag:'` 17134 (eval echo "\"\$as_me:171 34: $lt_compile\"" >&5)17159 (eval echo "\"\$as_me:17159: $lt_compile\"" >&5) 17135 17160 (eval "$lt_compile" 2>out/conftest.err) 17136 17161 ac_status=$? 17137 17162 cat out/conftest.err >&5 17138 echo "$as_me:171 38: \$? = $ac_status" >&517163 echo "$as_me:17163: \$? = $ac_status" >&5 17139 17164 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17140 17165 then … … 19890 19915 -e 's%lib /OUT:%lib -OUT:%' \ 19891 19916 -e "s%cygpath -w%$CYGPATH_W%" \ 19892 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\ `lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo '"$mydos2unix"'\\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \19893 -e 's /$AR t/lib -nologo -list/' \19917 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\$(lib -nologo -list \\$('"$CYGPATH_W \$1"') '"$mydos2unix"' | xargs echo); echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$('"$CYGPATH_W \$1"'); done%' \ 19918 -e 's%$AR t "$f_ex_an_ar_oldlib"%lib -nologo -list \$('"$CYGPATH_W \$1"') '"$mydos2unix"'%' \ 19894 19919 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 19895 19920 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ … … 20048 20073 use_pkgconfig="$enableval" 20049 20074 else 20050 use_pkgconfig=yes 20075 if test x$coin_cc_is_cl = xtrue; then 20076 use_pkgconfig=no 20077 else 20078 use_pkgconfig=yes 20079 fi 20051 20080 fi; 20052 20081 … … 20058 20087 echo "$as_me:$LINENO: checking for $ac_word" >&5 20059 20088 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 20060 if test "${ac_cv_p ath_PKG_CONFIG+set}" = set; then20089 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then 20061 20090 echo $ECHO_N "(cached) $ECHO_C" >&6 20062 20091 else 20063 case $PKG_CONFIG in 20064 [\\/]* | ?:[\\/]*) 20065 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 20066 ;; 20067 *) 20068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20092 if test -n "$PKG_CONFIG"; then 20093 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test. 20094 else 20095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20069 20096 for as_dir in $PATH 20070 20097 do … … 20073 20100 for ac_exec_ext in '' $ac_executable_extensions; do 20074 20101 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 20075 ac_cv_p ath_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"20102 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config" 20076 20103 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 20077 20104 break 2 … … 20080 20107 done 20081 20108 20082 ;; 20083 esac 20084 fi 20085 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 20086 20109 fi 20110 fi 20111 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG 20087 20112 if test -n "$PKG_CONFIG"; then 20088 20113 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 … … 20094 20119 20095 20120 fi 20096 if test -z "$ac_cv_p ath_PKG_CONFIG"; then20097 ac_ pt_PKG_CONFIG=$PKG_CONFIG20121 if test -z "$ac_cv_prog_PKG_CONFIG"; then 20122 ac_ct_PKG_CONFIG=$PKG_CONFIG 20098 20123 # Extract the first word of "pkg-config", so it can be a program name with args. 20099 20124 set dummy pkg-config; ac_word=$2 20100 20125 echo "$as_me:$LINENO: checking for $ac_word" >&5 20101 20126 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 20102 if test "${ac_cv_p ath_ac_pt_PKG_CONFIG+set}" = set; then20127 if test "${ac_cv_prog_ac_ct_PKG_CONFIG+set}" = set; then 20103 20128 echo $ECHO_N "(cached) $ECHO_C" >&6 20104 20129 else 20105 case $ac_pt_PKG_CONFIG in 20106 [\\/]* | ?:[\\/]*) 20107 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 20108 ;; 20109 *) 20110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20130 if test -n "$ac_ct_PKG_CONFIG"; then 20131 ac_cv_prog_ac_ct_PKG_CONFIG="$ac_ct_PKG_CONFIG" # Let the user override the test. 20132 else 20133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20111 20134 for as_dir in $PATH 20112 20135 do … … 20115 20138 for ac_exec_ext in '' $ac_executable_extensions; do 20116 20139 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 20117 ac_cv_p ath_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"20140 ac_cv_prog_ac_ct_PKG_CONFIG="pkg-config" 20118 20141 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 20119 20142 break 2 … … 20122 20145 done 20123 20146 20124 ;; 20125 esac 20126 fi 20127 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 20128 20129 if test -n "$ac_pt_PKG_CONFIG"; then 20130 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 20131 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 20147 fi 20148 fi 20149 ac_ct_PKG_CONFIG=$ac_cv_prog_ac_ct_PKG_CONFIG 20150 if test -n "$ac_ct_PKG_CONFIG"; then 20151 echo "$as_me:$LINENO: result: $ac_ct_PKG_CONFIG" >&5 20152 echo "${ECHO_T}$ac_ct_PKG_CONFIG" >&6 20132 20153 else 20133 20154 echo "$as_me:$LINENO: result: no" >&5 … … 20135 20156 fi 20136 20157 20137 PKG_CONFIG=$ac_ pt_PKG_CONFIG20138 else 20139 PKG_CONFIG="$ac_cv_p ath_PKG_CONFIG"20158 PKG_CONFIG=$ac_ct_PKG_CONFIG 20159 else 20160 PKG_CONFIG="$ac_cv_prog_PKG_CONFIG" 20140 20161 fi 20141 20162 … … 21440 21461 s,@LT_LDFLAGS@,$LT_LDFLAGS,;t t 21441 21462 s,@PKG_CONFIG@,$PKG_CONFIG,;t t 21442 s,@ac_ pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t21463 s,@ac_ct_PKG_CONFIG@,$ac_ct_PKG_CONFIG,;t t 21443 21464 s,@COIN_HAS_PKGCONFIG_TRUE@,$COIN_HAS_PKGCONFIG_TRUE,;t t 21444 21465 s,@COIN_HAS_PKGCONFIG_FALSE@,$COIN_HAS_PKGCONFIG_FALSE,;t t
Note: See TracChangeset
for help on using the changeset viewer.