Changeset 281 for trunk/coin.m4
- Timestamp:
- Mar 28, 2007 1:01:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r280 r281 1125 1125 ifort* | */ifort* | IFORT* | */IFORT* ) 1126 1126 coin_opt_fflags='-O3' 1127 coin_add_fflags='- nologo -MT'1127 coin_add_fflags='-fpp -nologo -MT' 1128 1128 coin_dbg_fflags='-debug' 1129 1129 ;; … … 1800 1800 -e 's/$AR t/lib -nologo -list/' \ 1801 1801 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 1802 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ 1802 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \\ 1803 -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"%' \ 1803 1804 libtool > conftest.bla 1804 1805 … … 2372 2373 2373 2374 # Determine the name of the ASL library 2374 case "$C XX" in2375 case "$CC" in 2375 2376 cl* | */cl* | CL* | */CL*) 2376 2377 ampllib=amplsolv.lib ;; … … 2837 2838 coin_need_flibs=yes 2838 2839 2839 MUMPS_INCFLAGS="-I `$CYGPATH_W $coin_mumpssrcdir/MUMPS/libseq` -I`$CYGPATH_W $coin_mumpssrcdir/MUMPS/include`"2840 MUMPS_INCFLAGS="-I\`\$(CYGPATH_W) $coin_mumpssrcdir/MUMPS/libseq\` -I\`\$(CYGPATH_W) $coin_mumpssrcdir/MUMPS/include\`" 2840 2841 AC_SUBST(MUMPS_INCFLAGS) 2841 2842 fi … … 2843 2844 AM_CONDITIONAL([COIN_HAS_MUMPS],[test x"$use_mumps" != x]) 2844 2845 AM_CONDITIONAL([COIN_BUILD_MUMPS],[test "$use_mumps" = BUILD]) 2846 2847 AC_MSG_CHECKING([whether MUMPS is available]) 2845 2848 2846 2849 if test x"$use_mumps" = x || test "$use_mumps" = no; then … … 2851 2854 [If defined, the MUMPS Library is available.]) 2852 2855 fi 2856 AC_MSG_RESULT([$coin_has_mumps]) 2853 2857 ]) # AC_COIN_HAS_MUMPS 2854 2858
Note: See TracChangeset
for help on using the changeset viewer.