Changeset 1517
- Timestamp:
- Apr 25, 2010 12:31:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r1516 r1517 1881 1881 [ case "$CXX" in 1882 1882 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1883 =======1884 # Patches to libtool for cygwin. Lots for cl, a few for GCC.1885 # For cl:1886 # - cygpath is not correctly quoted in fix_srcfile_path1887 # - paths generated for .lib files is not run through cygpath -w1888 1889 1890 AC_DEFUN([AC_COIN_PATCH_LIBTOOL_CYGWIN],1891 [ case "$CXX" in1892 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)1893 1883 AC_MSG_NOTICE(Applying patches to libtool for cl compiler) 1894 1884 sed -e 's|fix_srcfile_path=\"`cygpath -w \"\$srcfile\"`\"|fix_srcfile_path=\"\\\`'"$CYGPATH_W"' \\\"\\$srcfile\\\"\\\`\"|' \
Note: See TracChangeset
for help on using the changeset viewer.