Changeset 630 for stable/1.1
- Timestamp:
- Jun 14, 2007 2:58:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.1/configure
r528 r630 3827 3827 *-cygwin* | *-mingw*) 3828 3828 if test "$enable_doscompile" = msvc ; then 3829 coin_f77_comps="ifort fl32 "3829 coin_f77_comps="ifort fl32 compile_f2c" 3830 3830 else 3831 coin_f77_comps="gfortran g77 ifort fl32 "3831 coin_f77_comps="gfortran g77 ifort fl32 compile_f2c" 3832 3832 fi ;; 3833 3833 sparc-sun-solaris*) … … 4220 4220 ifort* | */ifort* | IFORT* | */IFORT* ) 4221 4221 coin_opt_fflags='-O3' 4222 coin_add_fflags='- nologo -MT'4222 coin_add_fflags='-fpp -nologo -MT' 4223 4223 coin_dbg_fflags='-debug' 4224 ;; 4225 compile_f2c*) 4226 coin_opt_fflags='-MT -O2' 4227 coin_add_fflags='-nologo -wd4996' 4228 coin_dbg_fflags='-MTd' 4224 4229 ;; 4225 4230 esac … … 5713 5718 5714 5719 5715 unset ac_cv_file__________libtool5716 unset ac_cv_file_______libtool5717 unset ac_cv_file____libtool5718 5719 5720 LIBTOOL= 5720 echo "$as_me:$LINENO: checking for ../libtool" >&5 5721 echo $ECHO_N "checking for ../libtool... $ECHO_C" >&6 5722 if test "${ac_cv_file____libtool+set}" = set; then 5723 echo $ECHO_N "(cached) $ECHO_C" >&6 5724 else 5725 test "$cross_compiling" = yes && 5726 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 5727 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 5728 { (exit 1); exit 1; }; } 5729 if test -r "../libtool"; then 5730 ac_cv_file____libtool=yes 5731 else 5732 ac_cv_file____libtool=no 5733 fi 5734 fi 5735 echo "$as_me:$LINENO: result: $ac_cv_file____libtool" >&5 5736 echo "${ECHO_T}$ac_cv_file____libtool" >&6 5737 if test $ac_cv_file____libtool = yes; then 5721 if test -r ../libtool; then 5738 5722 coin_config_dir=.. 5739 LIBTOOL='$(SHELL) $(top_builddir)/../libtool' 5740 fi 5741 5723 LIBTOOL='$(SHELL) $(top_builddir)/../libtool' 5724 fi 5742 5725 if test "x$LIBTOOL" = x; then 5743 echo "$as_me:$LINENO: checking for ../../libtool" >&5 5744 echo $ECHO_N "checking for ../../libtool... $ECHO_C" >&6 5745 if test "${ac_cv_file_______libtool+set}" = set; then 5746 echo $ECHO_N "(cached) $ECHO_C" >&6 5747 else 5748 test "$cross_compiling" = yes && 5749 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 5750 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 5751 { (exit 1); exit 1; }; } 5752 if test -r "../../libtool"; then 5753 ac_cv_file_______libtool=yes 5754 else 5755 ac_cv_file_______libtool=no 5756 fi 5757 fi 5758 echo "$as_me:$LINENO: result: $ac_cv_file_______libtool" >&5 5759 echo "${ECHO_T}$ac_cv_file_______libtool" >&6 5760 if test $ac_cv_file_______libtool = yes; then 5761 coin_config_dir=../.. 5762 LIBTOOL='$(SHELL) $(top_builddir)/../../libtool' 5763 fi 5764 5765 fi 5766 # if test "x$LIBTOOL" = x; then 5767 # AC_CHECK_FILE([../../../libtool], 5768 # [coin_config_dir=../../.. 5769 # LIBTOOL='$(SHELL) $(top_builddir)/../../../libtool']) 5770 # fi 5726 if test -r ../../libtool; then 5727 coin_config_dir=../.. 5728 LIBTOOL='$(SHELL) $(top_builddir)/../../libtool' 5729 fi 5730 fi 5771 5731 5772 5732 if test "x$LIBTOOL" = x; then … … 6321 6281 *-*-irix6*) 6322 6282 # Find out which ABI we are using. 6323 echo '#line 6 323 "configure"' > conftest.$ac_ext6283 echo '#line 6283 "configure"' > conftest.$ac_ext 6324 6284 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6325 6285 (eval $ac_compile) 2>&5 … … 8285 8245 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8286 8246 -e 's:$: $lt_compiler_flag:'` 8287 (eval echo "\"\$as_me:82 87: $lt_compile\"" >&5)8247 (eval echo "\"\$as_me:8247: $lt_compile\"" >&5) 8288 8248 (eval "$lt_compile" 2>conftest.err) 8289 8249 ac_status=$? 8290 8250 cat conftest.err >&5 8291 echo "$as_me:82 91: \$? = $ac_status" >&58251 echo "$as_me:8251: \$? = $ac_status" >&5 8292 8252 if (exit $ac_status) && test -s "$ac_outfile"; then 8293 8253 # The compiler can only warn and ignore the option if not recognized … … 8553 8513 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8554 8514 -e 's:$: $lt_compiler_flag:'` 8555 (eval echo "\"\$as_me:85 55: $lt_compile\"" >&5)8515 (eval echo "\"\$as_me:8515: $lt_compile\"" >&5) 8556 8516 (eval "$lt_compile" 2>conftest.err) 8557 8517 ac_status=$? 8558 8518 cat conftest.err >&5 8559 echo "$as_me:85 59: \$? = $ac_status" >&58519 echo "$as_me:8519: \$? = $ac_status" >&5 8560 8520 if (exit $ac_status) && test -s "$ac_outfile"; then 8561 8521 # The compiler can only warn and ignore the option if not recognized … … 8657 8617 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8658 8618 -e 's:$: $lt_compiler_flag:'` 8659 (eval echo "\"\$as_me:86 59: $lt_compile\"" >&5)8619 (eval echo "\"\$as_me:8619: $lt_compile\"" >&5) 8660 8620 (eval "$lt_compile" 2>out/conftest.err) 8661 8621 ac_status=$? 8662 8622 cat out/conftest.err >&5 8663 echo "$as_me:86 63: \$? = $ac_status" >&58623 echo "$as_me:8623: \$? = $ac_status" >&5 8664 8624 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8665 8625 then … … 11002 10962 lt_status=$lt_dlunknown 11003 10963 cat > conftest.$ac_ext <<EOF 11004 #line 1 1004 "configure"10964 #line 10964 "configure" 11005 10965 #include "confdefs.h" 11006 10966 … … 11102 11062 lt_status=$lt_dlunknown 11103 11063 cat > conftest.$ac_ext <<EOF 11104 #line 11 104 "configure"11064 #line 11064 "configure" 11105 11065 #include "confdefs.h" 11106 11066 … … 13446 13406 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13447 13407 -e 's:$: $lt_compiler_flag:'` 13448 (eval echo "\"\$as_me:134 48: $lt_compile\"" >&5)13408 (eval echo "\"\$as_me:13408: $lt_compile\"" >&5) 13449 13409 (eval "$lt_compile" 2>conftest.err) 13450 13410 ac_status=$? 13451 13411 cat conftest.err >&5 13452 echo "$as_me:134 52: \$? = $ac_status" >&513412 echo "$as_me:13412: \$? = $ac_status" >&5 13453 13413 if (exit $ac_status) && test -s "$ac_outfile"; then 13454 13414 # The compiler can only warn and ignore the option if not recognized … … 13550 13510 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13551 13511 -e 's:$: $lt_compiler_flag:'` 13552 (eval echo "\"\$as_me:135 52: $lt_compile\"" >&5)13512 (eval echo "\"\$as_me:13512: $lt_compile\"" >&5) 13553 13513 (eval "$lt_compile" 2>out/conftest.err) 13554 13514 ac_status=$? 13555 13515 cat out/conftest.err >&5 13556 echo "$as_me:135 56: \$? = $ac_status" >&513516 echo "$as_me:13516: \$? = $ac_status" >&5 13557 13517 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13558 13518 then … … 15120 15080 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15121 15081 -e 's:$: $lt_compiler_flag:'` 15122 (eval echo "\"\$as_me:15 122: $lt_compile\"" >&5)15082 (eval echo "\"\$as_me:15082: $lt_compile\"" >&5) 15123 15083 (eval "$lt_compile" 2>conftest.err) 15124 15084 ac_status=$? 15125 15085 cat conftest.err >&5 15126 echo "$as_me:15 126: \$? = $ac_status" >&515086 echo "$as_me:15086: \$? = $ac_status" >&5 15127 15087 if (exit $ac_status) && test -s "$ac_outfile"; then 15128 15088 # The compiler can only warn and ignore the option if not recognized … … 15224 15184 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15225 15185 -e 's:$: $lt_compiler_flag:'` 15226 (eval echo "\"\$as_me:15 226: $lt_compile\"" >&5)15186 (eval echo "\"\$as_me:15186: $lt_compile\"" >&5) 15227 15187 (eval "$lt_compile" 2>out/conftest.err) 15228 15188 ac_status=$? 15229 15189 cat out/conftest.err >&5 15230 echo "$as_me:15 230: \$? = $ac_status" >&515190 echo "$as_me:15190: \$? = $ac_status" >&5 15231 15191 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15232 15192 then … … 17431 17391 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17432 17392 -e 's:$: $lt_compiler_flag:'` 17433 (eval echo "\"\$as_me:17 433: $lt_compile\"" >&5)17393 (eval echo "\"\$as_me:17393: $lt_compile\"" >&5) 17434 17394 (eval "$lt_compile" 2>conftest.err) 17435 17395 ac_status=$? 17436 17396 cat conftest.err >&5 17437 echo "$as_me:17 437: \$? = $ac_status" >&517397 echo "$as_me:17397: \$? = $ac_status" >&5 17438 17398 if (exit $ac_status) && test -s "$ac_outfile"; then 17439 17399 # The compiler can only warn and ignore the option if not recognized … … 17699 17659 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17700 17660 -e 's:$: $lt_compiler_flag:'` 17701 (eval echo "\"\$as_me:17 701: $lt_compile\"" >&5)17661 (eval echo "\"\$as_me:17661: $lt_compile\"" >&5) 17702 17662 (eval "$lt_compile" 2>conftest.err) 17703 17663 ac_status=$? 17704 17664 cat conftest.err >&5 17705 echo "$as_me:17 705: \$? = $ac_status" >&517665 echo "$as_me:17665: \$? = $ac_status" >&5 17706 17666 if (exit $ac_status) && test -s "$ac_outfile"; then 17707 17667 # The compiler can only warn and ignore the option if not recognized … … 17803 17763 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17804 17764 -e 's:$: $lt_compiler_flag:'` 17805 (eval echo "\"\$as_me:17 805: $lt_compile\"" >&5)17765 (eval echo "\"\$as_me:17765: $lt_compile\"" >&5) 17806 17766 (eval "$lt_compile" 2>out/conftest.err) 17807 17767 ac_status=$? 17808 17768 cat out/conftest.err >&5 17809 echo "$as_me:17 809: \$? = $ac_status" >&517769 echo "$as_me:17769: \$? = $ac_status" >&5 17810 17770 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17811 17771 then … … 20510 20470 { echo "$as_me:$LINENO: Build is \"$build\"." >&5 20511 20471 echo "$as_me: Build is \"$build\"." >&6;} 20472 mydos2unix='| dos2unix' 20512 20473 case $build in 20513 20474 *-mingw*) 20514 20475 CYGPATH_W=echo 20476 mydos2unix= 20515 20477 ;; 20516 20478 esac 20517 20479 20518 20480 case $build in 20481 *x86_64-*) 20482 # Here we need to check if -m32 is specified. If so, we need to correct sys_lib_search_path_spec 20483 if test "$GCC" = yes && (echo $CXXFLAGS $CFLAGS $FFLAGS | $EGREP 'm32' >& /dev/null); then 20484 { echo "$as_me:$LINENO: Applying patches to libtool for 32bit compilation" >&5 20485 echo "$as_me: Applying patches to libtool for 32bit compilation" >&6;} 20486 sed -e 's|sys_lib_search_path_spec=".*"|sys_lib_search_path_spec="/lib /usr/lib"|' libtool > conftest.bla 20487 mv conftest.bla libtool 20488 chmod 755 libtool 20489 fi 20490 ;; 20519 20491 *-cygwin* | *-mingw*) 20520 20492 case "$CXX" in … … 20528 20500 -e 's%lib /OUT:%lib -OUT:%' \ 20529 20501 -e "s%cygpath -w%$CYGPATH_W%" \ 20530 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\`lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo \\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \20502 -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%' \ 20531 20503 -e 's/$AR t/lib -nologo -list/' \ 20532 20504 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 20533 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ 20505 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ 20506 -e 's%old_archive_cmds="lib -OUT:\\$oldlib\\$oldobjs\\$old_deplibs"%old_archive_cmds="if test -r \\$oldlib; then bla=\\"\\$oldlib\\"; else bla=; fi; lib -OUT:\\$oldlib \\\\\\$bla\\$oldobjs\\$old_deplibs"%' \ 20534 20507 libtool > conftest.bla 20535 20508 … … 20549 20522 ;; 20550 20523 esac 20524 ;; 20525 *-darwin*) 20526 { echo "$as_me:$LINENO: Applying patches to libtool for Darwin" >&5 20527 echo "$as_me: Applying patches to libtool for Darwin" >&6;} 20528 sed -e 's/verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"/verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"/' \ 20529 libtool > conftest.bla 20530 20531 mv conftest.bla libtool 20532 chmod 755 libtool 20533 ;; 20551 20534 esac 20552 20535 # This fi matches the commented `if test "x$LIBTOOL" = x;' up at the head of … … 21055 21038 # Finally, we let configure write all the output... 21056 21039 21057 FADDLIBS="$ADDLIBS" 21058 if test x"$coin_need_flibs" = xyes; then 21059 ADDLIBS="$ADDLIBS $FLIBS" 21060 fi 21061 21062 # library extension 21063 21064 case "$CC" in 21065 cl* | */cl* | CL* | */CL*) 21066 LIBEXT=lib ;; 21067 *) LIBEXT=a ;; 21068 esac 21069 21070 # Define VPATH_DISTCLEANFILES to be everything that needs to be 21071 # cleaned for distclean in a vpath configuration 21072 21073 VPATH_DISTCLEANFILES="$coin_vpath_link_files" 21074 21075 cat >confcache <<\_ACEOF 21040 if test x$coin_skip_ac_output != xyes; then 21041 21042 FADDLIBS="$ADDLIBS" 21043 if test x"$coin_need_flibs" = xyes; then 21044 ADDLIBS="$ADDLIBS $FLIBS" 21045 fi 21046 21047 # library extension 21048 21049 case "$CC" in 21050 cl* | */cl* | CL* | */CL*) 21051 LIBEXT=lib ;; 21052 *) LIBEXT=a ;; 21053 esac 21054 21055 # Define VPATH_DISTCLEANFILES to be everything that needs to be 21056 # cleaned for distclean in a vpath configuration 21057 21058 VPATH_DISTCLEANFILES="$coin_vpath_link_files" 21059 21060 # Take out subdirectories if their configuration concluded that they 21061 # don't need to be compiled 21062 if test x"$coin_ac_skip_subdirs" != x; then 21063 new_subdirs= 21064 for i in $subdirs; do 21065 skipme=no 21066 for j in $coin_ac_skip_subdirs; do 21067 if test $i = $j; then 21068 skipme=yes; 21069 fi 21070 done 21071 if test $skipme = no; then 21072 new_subdirs="$new_subdirs $i" 21073 fi 21074 done 21075 subdirs="$new_subdirs" 21076 fi 21077 21078 cat >confcache <<\_ACEOF 21076 21079 # This file is a shell script that caches the results of configure 21077 21080 # tests run on this system so they can be shared between configure … … 22507 22510 22508 22511 22509 if test x"$coin_vpath_link_files" = x; then : ; else22510 lnkcmd=22511 if test "$enable_doscompile" = yes; then22512 lnkcmd=cp22513 fi22514 case "$CC" in22515 cl* | */cl* | CL* | */CL*)22516 lnkcmd=cp ;;22517 esac22518 if test "$lnkcmd" = cp; then22519 { echo "$as_me:$LINENO: Copying data files for VPATH configuration" >&522512 if test x"$coin_vpath_link_files" = x; then : ; else 22513 lnkcmd= 22514 if test "$enable_doscompile" = mingw; then 22515 lnkcmd=cp 22516 fi 22517 case "$CC" in 22518 cl* | */cl* | CL* | */CL*) 22519 lnkcmd=cp ;; 22520 esac 22521 if test "$lnkcmd" = cp; then 22522 { echo "$as_me:$LINENO: Copying data files for VPATH configuration" >&5 22520 22523 echo "$as_me: Copying data files for VPATH configuration" >&6;} 22521 else22522 echo "$as_me:$LINENO: checking whether ln -s works" >&522524 else 22525 echo "$as_me:$LINENO: checking whether ln -s works" >&5 22523 22526 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 22524 22527 LN_S=$as_ln_s … … 22531 22534 fi 22532 22535 22533 { echo "$as_me:$LINENO: Creating VPATH links for data files" >&522536 { echo "$as_me:$LINENO: Creating VPATH links for data files" >&5 22534 22537 echo "$as_me: Creating VPATH links for data files" >&6;} 22535 lnkcmd="$LN_S"22536 fi22537 for file in $coin_vpath_link_files; do22538 dir=`(dirname "./$file") 2>/dev/null ||22538 lnkcmd="$LN_S" 22539 fi 22540 for file in $coin_vpath_link_files; do 22541 dir=`(dirname "./$file") 2>/dev/null || 22539 22542 $as_expr X"./$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22540 22543 X"./$file" : 'X\(//\)[^/]' \| \ … … 22548 22551 /^X\(\/\).*/{ s//\1/; q; } 22549 22552 s/.*/./; q'` 22550 if test -d $dir; then : ; else22551 { if $as_mkdir_p; then22553 if test -d $dir; then : ; else 22554 { if $as_mkdir_p; then 22552 22555 mkdir -p $dir 22553 22556 else … … 22574 22577 { (exit 1); exit 1; }; }; } 22575 22578 22576 fi22577 rm -f $file22578 $lnkcmd $abs_source_dir/$file $file22579 done22580 fi22581 22582 if test x$coin_projectdir = xyes; then22583 { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&522579 fi 22580 rm -f $file 22581 $lnkcmd $abs_source_dir/$file $file 22582 done 22583 fi 22584 22585 if test x$coin_projectdir = xyes; then 22586 { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5 22584 22587 echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;} 22585 else22586 { echo "$as_me:$LINENO: Main configuration of $PACKAGE_NAME successful" >&522588 else 22589 { echo "$as_me:$LINENO: Main configuration of $PACKAGE_NAME successful" >&5 22587 22590 echo "$as_me: Main configuration of $PACKAGE_NAME successful" >&6;} 22588 fi 22589 22591 fi 22592 else 22593 { echo "$as_me:$LINENO: No configuration of $PACKAGE_NAME necessary" >&5 22594 echo "$as_me: No configuration of $PACKAGE_NAME necessary" >&6;} 22595 fi 22596 22597
Note: See TracChangeset
for help on using the changeset viewer.