common/autoconf/generated-configure.sh

changeset 522
98a7af257bee
parent 519
7d7dd520ebfd
child 523
754f91d22e1c
     1.1 --- a/common/autoconf/generated-configure.sh	Wed Nov 28 14:03:53 2012 -0800
     1.2 +++ b/common/autoconf/generated-configure.sh	Mon Dec 03 10:26:55 2012 +0100
     1.3 @@ -3672,7 +3672,7 @@
     1.4  #CUSTOM_AUTOCONF_INCLUDE
     1.5  
     1.6  # Do not change or remove the following line, it is needed for consistency checks:
     1.7 -DATE_WHEN_GENERATED=1354106772
     1.8 +DATE_WHEN_GENERATED=1354526713
     1.9  
    1.10  ###############################################################################
    1.11  #
    1.12 @@ -16434,8 +16434,9 @@
    1.13      else
    1.14        { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
    1.15  $as_echo "ok" >&6; }
    1.16 -      VS_INCLUDE="$INCLUDE"
    1.17 -      VS_LIB="$LIB"
    1.18 +      # Remove any trailing \ from INCLUDE and LIB to avoid trouble in spec.gmk.
    1.19 +      VS_INCLUDE=`$ECHO "$INCLUDE" | $SED 's/\\\\$//'`
    1.20 +      VS_LIB=`$ECHO "$LIB" | $SED 's/\\\\$//'`
    1.21        VS_PATH="$PATH"
    1.22  
    1.23  

mercurial