Changeset 374 for trunk/configure
- Timestamp:
- Jun 15, 2006 2:37:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r371 r374 293 293 ac_subdirs_all="$ac_subdirs_all Cgl" 294 294 ac_subdirs_all="$ac_subdirs_all Cbc" 295 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 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 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 subdirs LIBOBJS LTLIBOBJS VPATH_DISTCLEANFILES'295 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 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 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 subdirs COIN_SKIP_PROJECTS LIBOBJS LTLIBOBJS VPATH_DISTCLEANFILES' 296 296 ac_subst_files='' 297 297 … … 734 734 ac_cv_env_target_alias_set=${target_alias+set} 735 735 ac_cv_env_target_alias_value=$target_alias 736 ac_env_COIN_SKIP_PROJECTS_set=${COIN_SKIP_PROJECTS+set} 737 ac_env_COIN_SKIP_PROJECTS_value=$COIN_SKIP_PROJECTS 738 ac_cv_env_COIN_SKIP_PROJECTS_set=${COIN_SKIP_PROJECTS+set} 739 ac_cv_env_COIN_SKIP_PROJECTS_value=$COIN_SKIP_PROJECTS 736 740 737 741 # … … 813 817 --enable-maintainer-mode enable make rules and dependencies not useful 814 818 (and sometimes confusing) to the casual installer 819 820 Some influential environment variables: 821 COIN_SKIP_PROJECTS 822 Set to the subdirectories of projects that should be skipped in 823 the configuration 824 825 Use these variables to override the choices made by `configure' or to help 826 it to find libraries and programs with nonstandard names/locations. 815 827 816 828 Report bugs to <coin-cbc@lists.coin-or.org>. … … 2141 2153 echo "$as_me:$LINENO: checking whether code for third party package ASL is available" >&5 2142 2154 echo $ECHO_N "checking whether code for third party package ASL is available... $ECHO_C" >&6 2143 if test -r $srcdir/ThirdParty/ASL/solvers/asl.h; then 2155 coin_skip=no 2156 if test x"$COIN_SKIP_PROJECTS" != x; then 2157 for dir in $COIN_SKIP_PROJECTS; do 2158 if test $dir = ThirdParty/ASL; then 2159 coin_skip=yes 2160 fi 2161 done 2162 fi 2163 if test $coin_skip = yes; then 2164 echo "$as_me:$LINENO: result: skipping" >&5 2165 echo "${ECHO_T}skipping" >&6 2166 elif test -r $srcdir/ThirdParty/ASL/solvers/asl.h; then 2144 2167 coin_subdirs="$coin_subdirs ThirdParty/ASL" 2145 2168 echo "$as_me:$LINENO: result: yes" >&5 … … 2159 2182 ############################################################################# 2160 2183 2184 2185 2161 2186 echo "$as_me:$LINENO: checking whether directory CoinUtils is available" >&5 2162 2187 echo $ECHO_N "checking whether directory CoinUtils is available... $ECHO_C" >&6 2163 if test -r $srcdir/CoinUtils/configure; then 2188 coin_skip=no 2189 if test x"$COIN_SKIP_PROJECTS" != x; then 2190 for dir in $COIN_SKIP_PROJECTS; do 2191 if test $dir = CoinUtils; then 2192 coin_skip=yes 2193 fi 2194 done 2195 fi 2196 if test $coin_skip = yes; then 2197 echo "$as_me:$LINENO: result: skipping" >&5 2198 echo "${ECHO_T}skipping" >&6 2199 elif test -r $srcdir/CoinUtils/configure; then 2164 2200 coin_subdirs="$coin_subdirs CoinUtils" 2165 2201 echo "$as_me:$LINENO: result: yes" >&5 … … 2184 2220 2185 2221 2222 2223 2186 2224 echo "$as_me:$LINENO: checking whether directory Data/Netlib is available" >&5 2187 2225 echo $ECHO_N "checking whether directory Data/Netlib is available... $ECHO_C" >&6 2188 if test -r $srcdir/Data/Netlib/configure; then 2226 coin_skip=no 2227 if test x"$COIN_SKIP_PROJECTS" != x; then 2228 for dir in $COIN_SKIP_PROJECTS; do 2229 if test $dir = Data/Netlib; then 2230 coin_skip=yes 2231 fi 2232 done 2233 fi 2234 if test $coin_skip = yes; then 2235 echo "$as_me:$LINENO: result: skipping" >&5 2236 echo "${ECHO_T}skipping" >&6 2237 elif test -r $srcdir/Data/Netlib/configure; then 2189 2238 coin_subdirs="$coin_subdirs Data/Netlib" 2190 2239 echo "$as_me:$LINENO: result: yes" >&5 … … 2209 2258 2210 2259 2260 2261 2211 2262 echo "$as_me:$LINENO: checking whether directory Data/Sample is available" >&5 2212 2263 echo $ECHO_N "checking whether directory Data/Sample is available... $ECHO_C" >&6 2213 if test -r $srcdir/Data/Sample/configure; then 2264 coin_skip=no 2265 if test x"$COIN_SKIP_PROJECTS" != x; then 2266 for dir in $COIN_SKIP_PROJECTS; do 2267 if test $dir = Data/Sample; then 2268 coin_skip=yes 2269 fi 2270 done 2271 fi 2272 if test $coin_skip = yes; then 2273 echo "$as_me:$LINENO: result: skipping" >&5 2274 echo "${ECHO_T}skipping" >&6 2275 elif test -r $srcdir/Data/Sample/configure; then 2214 2276 coin_subdirs="$coin_subdirs Data/Sample" 2215 2277 echo "$as_me:$LINENO: result: yes" >&5 … … 2234 2296 2235 2297 2298 2299 2236 2300 echo "$as_me:$LINENO: checking whether directory Data/miplib3 is available" >&5 2237 2301 echo $ECHO_N "checking whether directory Data/miplib3 is available... $ECHO_C" >&6 2238 if test -r $srcdir/Data/miplib3/configure; then 2302 coin_skip=no 2303 if test x"$COIN_SKIP_PROJECTS" != x; then 2304 for dir in $COIN_SKIP_PROJECTS; do 2305 if test $dir = Data/miplib3; then 2306 coin_skip=yes 2307 fi 2308 done 2309 fi 2310 if test $coin_skip = yes; then 2311 echo "$as_me:$LINENO: result: skipping" >&5 2312 echo "${ECHO_T}skipping" >&6 2313 elif test -r $srcdir/Data/miplib3/configure; then 2239 2314 coin_subdirs="$coin_subdirs Data/miplib3" 2240 2315 echo "$as_me:$LINENO: result: yes" >&5 … … 2259 2334 2260 2335 2336 2337 2261 2338 echo "$as_me:$LINENO: checking whether directory Clp is available" >&5 2262 2339 echo $ECHO_N "checking whether directory Clp is available... $ECHO_C" >&6 2263 if test -r $srcdir/Clp/configure; then 2340 coin_skip=no 2341 if test x"$COIN_SKIP_PROJECTS" != x; then 2342 for dir in $COIN_SKIP_PROJECTS; do 2343 if test $dir = Clp; then 2344 coin_skip=yes 2345 fi 2346 done 2347 fi 2348 if test $coin_skip = yes; then 2349 echo "$as_me:$LINENO: result: skipping" >&5 2350 echo "${ECHO_T}skipping" >&6 2351 elif test -r $srcdir/Clp/configure; then 2264 2352 coin_subdirs="$coin_subdirs Clp" 2265 2353 echo "$as_me:$LINENO: result: yes" >&5 … … 2284 2372 2285 2373 2374 2375 2286 2376 echo "$as_me:$LINENO: checking whether directory Vol is available" >&5 2287 2377 echo $ECHO_N "checking whether directory Vol is available... $ECHO_C" >&6 2288 if test -r $srcdir/Vol/configure; then 2378 coin_skip=no 2379 if test x"$COIN_SKIP_PROJECTS" != x; then 2380 for dir in $COIN_SKIP_PROJECTS; do 2381 if test $dir = Vol; then 2382 coin_skip=yes 2383 fi 2384 done 2385 fi 2386 if test $coin_skip = yes; then 2387 echo "$as_me:$LINENO: result: skipping" >&5 2388 echo "${ECHO_T}skipping" >&6 2389 elif test -r $srcdir/Vol/configure; then 2289 2390 coin_subdirs="$coin_subdirs Vol" 2290 2391 echo "$as_me:$LINENO: result: yes" >&5 … … 2309 2410 2310 2411 2412 2413 2311 2414 echo "$as_me:$LINENO: checking whether directory Osi is available" >&5 2312 2415 echo $ECHO_N "checking whether directory Osi is available... $ECHO_C" >&6 2313 if test -r $srcdir/Osi/configure; then 2416 coin_skip=no 2417 if test x"$COIN_SKIP_PROJECTS" != x; then 2418 for dir in $COIN_SKIP_PROJECTS; do 2419 if test $dir = Osi; then 2420 coin_skip=yes 2421 fi 2422 done 2423 fi 2424 if test $coin_skip = yes; then 2425 echo "$as_me:$LINENO: result: skipping" >&5 2426 echo "${ECHO_T}skipping" >&6 2427 elif test -r $srcdir/Osi/configure; then 2314 2428 coin_subdirs="$coin_subdirs Osi" 2315 2429 echo "$as_me:$LINENO: result: yes" >&5 … … 2334 2448 2335 2449 2450 2451 2336 2452 echo "$as_me:$LINENO: checking whether directory Cgl is available" >&5 2337 2453 echo $ECHO_N "checking whether directory Cgl is available... $ECHO_C" >&6 2338 if test -r $srcdir/Cgl/configure; then 2454 coin_skip=no 2455 if test x"$COIN_SKIP_PROJECTS" != x; then 2456 for dir in $COIN_SKIP_PROJECTS; do 2457 if test $dir = Cgl; then 2458 coin_skip=yes 2459 fi 2460 done 2461 fi 2462 if test $coin_skip = yes; then 2463 echo "$as_me:$LINENO: result: skipping" >&5 2464 echo "${ECHO_T}skipping" >&6 2465 elif test -r $srcdir/Cgl/configure; then 2339 2466 coin_subdirs="$coin_subdirs Cgl" 2340 2467 echo "$as_me:$LINENO: result: yes" >&5 … … 2359 2486 2360 2487 2488 2489 2361 2490 echo "$as_me:$LINENO: checking whether directory Cbc is available" >&5 2362 2491 echo $ECHO_N "checking whether directory Cbc is available... $ECHO_C" >&6 2363 if test -r $srcdir/Cbc/configure; then 2492 coin_skip=no 2493 if test x"$COIN_SKIP_PROJECTS" != x; then 2494 for dir in $COIN_SKIP_PROJECTS; do 2495 if test $dir = Cbc; then 2496 coin_skip=yes 2497 fi 2498 done 2499 fi 2500 if test $coin_skip = yes; then 2501 echo "$as_me:$LINENO: result: skipping" >&5 2502 echo "${ECHO_T}skipping" >&6 2503 elif test -r $srcdir/Cbc/configure; then 2364 2504 coin_subdirs="$coin_subdirs Cbc" 2365 2505 echo "$as_me:$LINENO: result: yes" >&5 … … 2395 2535 2396 2536 # Finally, we let configure write all the output... 2537 2538 if test x"$coin_need_flibs" = xyes; then 2539 ADDLIBS="$ADDLIBS $FLIBS" 2540 fi 2397 2541 2398 2542 cat >confcache <<\_ACEOF … … 3084 3228 s,@HAVE_EXTERNALS_FALSE@,$HAVE_EXTERNALS_FALSE,;t t 3085 3229 s,@subdirs@,$subdirs,;t t 3230 s,@COIN_SKIP_PROJECTS@,$COIN_SKIP_PROJECTS,;t t 3086 3231 s,@LIBOBJS@,$LIBOBJS,;t t 3087 3232 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
Note: See TracChangeset
for help on using the changeset viewer.