common/autoconf/toolchain_windows.m4

changeset 759
0d0c983a817b
parent 733
198d25db45da
child 796
b1e9396fb8af
     1.1 --- a/common/autoconf/toolchain_windows.m4	Thu Jul 04 01:00:06 2013 -0700
     1.2 +++ b/common/autoconf/toolchain_windows.m4	Tue Jul 09 08:35:20 2013 -0700
     1.3 @@ -208,6 +208,8 @@
     1.4        # Remove any trailing \ from INCLUDE and LIB to avoid trouble in spec.gmk.
     1.5        VS_INCLUDE=`$ECHO "$INCLUDE" | $SED 's/\\\\$//'`
     1.6        VS_LIB=`$ECHO "$LIB" | $SED 's/\\\\$//'`
     1.7 +      # Remove any paths containing # (typically F#) as that messes up make
     1.8 +      PATH=`$ECHO "$PATH" | $SED 's/[[^:#]]*#[^:]*://g'`
     1.9        VS_PATH="$PATH"
    1.10        AC_SUBST(VS_INCLUDE)
    1.11        AC_SUBST(VS_LIB)

mercurial