Changeset 18
- Timestamp:
- May 19, 2006 4:36:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r17 r18 1018 1018 -e 's/$AR t/lib -nologo -list/' \ 1019 1019 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 1020 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ 1020 1021 libtool > conftest.bla 1021 1022 … … 1026 1027 esac 1027 1028 esac 1029 1030 # Unless we are on Darwin, we want to use the -no-undefined flag for 1031 # libtool to be able to create shared objects 1032 case $build in 1033 *-darwin*) 1034 LT_LDFLAGS= 1035 ;; 1036 *) 1037 LT_LDFLAGS=-no-undefined 1038 ;; 1039 esac 1040 AC_SUBST(LT_LDFLAGS) 1028 1041 ]) # AC_COIN_PROG_LIBTOOL 1029 1042
Note: See TracChangeset
for help on using the changeset viewer.