Changeset 305
- Timestamp:
- Apr 10, 2007 9:55:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/stable/1.0/configure
r275 r305 1737 1737 if test "${with_hsl_verbosity+set}" = set; then 1738 1738 withval="$with_hsl_verbosity" 1739 coin_hsl_verbosity=$withval 1739 if test "$withval" = yes; then 1740 withval=1 1741 fi 1742 coin_hsl_verbosity=$withval 1740 1743 else 1741 1744 coin_hsl_verbosity=0 … … 1751 1754 if test "${with_hsl_checklevel+set}" = set; then 1752 1755 withval="$with_hsl_checklevel" 1753 coin_hsl_checklevel=$withval 1756 if test "$withval" = yes; then 1757 withval=1 1758 fi 1759 coin_hsl_checklevel=$withval 1754 1760 else 1755 1761 coin_hsl_checklevel=0 … … 3197 3203 3198 3204 # Provide some information about the compiler. 3199 echo "$as_me:3 199:" \3205 echo "$as_me:3205:" \ 3200 3206 "checking for Fortran 77 compiler version" >&5 3201 3207 ac_compiler=`set X $ac_compile; echo $2` … … 3413 3419 ifort* | */ifort* | IFORT* | */IFORT* ) 3414 3420 coin_opt_fflags='-O3' 3415 coin_add_fflags='- nologo -MT'3421 coin_add_fflags='-fpp -nologo -MT' 3416 3422 coin_dbg_fflags='-debug' 3417 3423 ;; … … 5361 5367 *-*-irix6*) 5362 5368 # Find out which ABI we are using. 5363 echo '#line 536 3"configure"' > conftest.$ac_ext5369 echo '#line 5369 "configure"' > conftest.$ac_ext 5364 5370 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5365 5371 (eval $ac_compile) 2>&5 … … 7790 7796 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7791 7797 -e 's:$: $lt_compiler_flag:'` 7792 (eval echo "\"\$as_me:779 2: $lt_compile\"" >&5)7798 (eval echo "\"\$as_me:7798: $lt_compile\"" >&5) 7793 7799 (eval "$lt_compile" 2>conftest.err) 7794 7800 ac_status=$? 7795 7801 cat conftest.err >&5 7796 echo "$as_me:7 796: \$? = $ac_status" >&57802 echo "$as_me:7802: \$? = $ac_status" >&5 7797 7803 if (exit $ac_status) && test -s "$ac_outfile"; then 7798 7804 # The compiler can only warn and ignore the option if not recognized … … 8058 8064 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8059 8065 -e 's:$: $lt_compiler_flag:'` 8060 (eval echo "\"\$as_me:806 0: $lt_compile\"" >&5)8066 (eval echo "\"\$as_me:8066: $lt_compile\"" >&5) 8061 8067 (eval "$lt_compile" 2>conftest.err) 8062 8068 ac_status=$? 8063 8069 cat conftest.err >&5 8064 echo "$as_me:80 64: \$? = $ac_status" >&58070 echo "$as_me:8070: \$? = $ac_status" >&5 8065 8071 if (exit $ac_status) && test -s "$ac_outfile"; then 8066 8072 # The compiler can only warn and ignore the option if not recognized … … 8162 8168 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8163 8169 -e 's:$: $lt_compiler_flag:'` 8164 (eval echo "\"\$as_me:81 64: $lt_compile\"" >&5)8170 (eval echo "\"\$as_me:8170: $lt_compile\"" >&5) 8165 8171 (eval "$lt_compile" 2>out/conftest.err) 8166 8172 ac_status=$? 8167 8173 cat out/conftest.err >&5 8168 echo "$as_me:81 68: \$? = $ac_status" >&58174 echo "$as_me:8174: \$? = $ac_status" >&5 8169 8175 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8170 8176 then … … 10507 10513 lt_status=$lt_dlunknown 10508 10514 cat > conftest.$ac_ext <<EOF 10509 #line 105 09"configure"10515 #line 10515 "configure" 10510 10516 #include "confdefs.h" 10511 10517 … … 10607 10613 lt_status=$lt_dlunknown 10608 10614 cat > conftest.$ac_ext <<EOF 10609 #line 106 09"configure"10615 #line 10615 "configure" 10610 10616 #include "confdefs.h" 10611 10617 … … 12951 12957 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12952 12958 -e 's:$: $lt_compiler_flag:'` 12953 (eval echo "\"\$as_me:1295 3: $lt_compile\"" >&5)12959 (eval echo "\"\$as_me:12959: $lt_compile\"" >&5) 12954 12960 (eval "$lt_compile" 2>conftest.err) 12955 12961 ac_status=$? 12956 12962 cat conftest.err >&5 12957 echo "$as_me:129 57: \$? = $ac_status" >&512963 echo "$as_me:12963: \$? = $ac_status" >&5 12958 12964 if (exit $ac_status) && test -s "$ac_outfile"; then 12959 12965 # The compiler can only warn and ignore the option if not recognized … … 13055 13061 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13056 13062 -e 's:$: $lt_compiler_flag:'` 13057 (eval echo "\"\$as_me:130 57: $lt_compile\"" >&5)13063 (eval echo "\"\$as_me:13063: $lt_compile\"" >&5) 13058 13064 (eval "$lt_compile" 2>out/conftest.err) 13059 13065 ac_status=$? 13060 13066 cat out/conftest.err >&5 13061 echo "$as_me:1306 1: \$? = $ac_status" >&513067 echo "$as_me:13067: \$? = $ac_status" >&5 13062 13068 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13063 13069 then … … 14625 14631 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14626 14632 -e 's:$: $lt_compiler_flag:'` 14627 (eval echo "\"\$as_me:146 27: $lt_compile\"" >&5)14633 (eval echo "\"\$as_me:14633: $lt_compile\"" >&5) 14628 14634 (eval "$lt_compile" 2>conftest.err) 14629 14635 ac_status=$? 14630 14636 cat conftest.err >&5 14631 echo "$as_me:1463 1: \$? = $ac_status" >&514637 echo "$as_me:14637: \$? = $ac_status" >&5 14632 14638 if (exit $ac_status) && test -s "$ac_outfile"; then 14633 14639 # The compiler can only warn and ignore the option if not recognized … … 14729 14735 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14730 14736 -e 's:$: $lt_compiler_flag:'` 14731 (eval echo "\"\$as_me:1473 1: $lt_compile\"" >&5)14737 (eval echo "\"\$as_me:14737: $lt_compile\"" >&5) 14732 14738 (eval "$lt_compile" 2>out/conftest.err) 14733 14739 ac_status=$? 14734 14740 cat out/conftest.err >&5 14735 echo "$as_me:147 35: \$? = $ac_status" >&514741 echo "$as_me:14741: \$? = $ac_status" >&5 14736 14742 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14737 14743 then … … 16936 16942 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16937 16943 -e 's:$: $lt_compiler_flag:'` 16938 (eval echo "\"\$as_me:169 38: $lt_compile\"" >&5)16944 (eval echo "\"\$as_me:16944: $lt_compile\"" >&5) 16939 16945 (eval "$lt_compile" 2>conftest.err) 16940 16946 ac_status=$? 16941 16947 cat conftest.err >&5 16942 echo "$as_me:1694 2: \$? = $ac_status" >&516948 echo "$as_me:16948: \$? = $ac_status" >&5 16943 16949 if (exit $ac_status) && test -s "$ac_outfile"; then 16944 16950 # The compiler can only warn and ignore the option if not recognized … … 17204 17210 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17205 17211 -e 's:$: $lt_compiler_flag:'` 17206 (eval echo "\"\$as_me:172 06: $lt_compile\"" >&5)17212 (eval echo "\"\$as_me:17212: $lt_compile\"" >&5) 17207 17213 (eval "$lt_compile" 2>conftest.err) 17208 17214 ac_status=$? 17209 17215 cat conftest.err >&5 17210 echo "$as_me:1721 0: \$? = $ac_status" >&517216 echo "$as_me:17216: \$? = $ac_status" >&5 17211 17217 if (exit $ac_status) && test -s "$ac_outfile"; then 17212 17218 # The compiler can only warn and ignore the option if not recognized … … 17308 17314 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17309 17315 -e 's:$: $lt_compiler_flag:'` 17310 (eval echo "\"\$as_me:1731 0: $lt_compile\"" >&5)17316 (eval echo "\"\$as_me:17316: $lt_compile\"" >&5) 17311 17317 (eval "$lt_compile" 2>out/conftest.err) 17312 17318 ac_status=$? 17313 17319 cat out/conftest.err >&5 17314 echo "$as_me:173 14: \$? = $ac_status" >&517320 echo "$as_me:17320: \$? = $ac_status" >&5 17315 17321 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17316 17322 then … … 20046 20052 -e 's/$AR t/lib -nologo -list/' \ 20047 20053 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 20048 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ 20054 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \\ 20055 -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"%' \ 20049 20056 libtool > conftest.bla 20050 20057 … … 20064 20071 ;; 20065 20072 esac 20073 ;; 20074 *-darwin*) 20075 { echo "$as_me:$LINENO: Applying patches to libtool for Darwin" >&5 20076 echo "$as_me: Applying patches to libtool for Darwin" >&6;} 20077 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"/' \ 20078 libtool > conftest.bla 20079 20080 mv conftest.bla libtool 20081 chmod 755 libtool 20082 ;; 20066 20083 esac 20067 20084 # This fi matches the commented `if test "x$LIBTOOL" = x;' up at the head of
Note: See TracChangeset
for help on using the changeset viewer.