common/autoconf/generated-configure.sh
changeset 14562 ab12d5824d04
parent 14467 a973c0a1bd5d
child 14563 f0ac652fdbbb
equal deleted inserted replaced
14559:17820b958ae8 14562:ab12d5824d04
  3670 # definitions. It is replaced with custom functionality when building
  3670 # definitions. It is replaced with custom functionality when building
  3671 # custom sources.
  3671 # custom sources.
  3672 #CUSTOM_AUTOCONF_INCLUDE
  3672 #CUSTOM_AUTOCONF_INCLUDE
  3673 
  3673 
  3674 # Do not change or remove the following line, it is needed for consistency checks:
  3674 # Do not change or remove the following line, it is needed for consistency checks:
  3675 DATE_WHEN_GENERATED=1354106772
  3675 DATE_WHEN_GENERATED=1354526713
  3676 
  3676 
  3677 ###############################################################################
  3677 ###############################################################################
  3678 #
  3678 #
  3679 # Initialization / Boot-strapping
  3679 # Initialization / Boot-strapping
  3680 #
  3680 #
 16432 $as_echo "present but broken" >&6; }
 16432 $as_echo "present but broken" >&6; }
 16433       as_fn_error $? "Your VC command prompt seems broken, INCLUDE and/or LIB is missing." "$LINENO" 5
 16433       as_fn_error $? "Your VC command prompt seems broken, INCLUDE and/or LIB is missing." "$LINENO" 5
 16434     else
 16434     else
 16435       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
 16435       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
 16436 $as_echo "ok" >&6; }
 16436 $as_echo "ok" >&6; }
 16437       VS_INCLUDE="$INCLUDE"
 16437       # Remove any trailing \ from INCLUDE and LIB to avoid trouble in spec.gmk.
 16438       VS_LIB="$LIB"
 16438       VS_INCLUDE=`$ECHO "$INCLUDE" | $SED 's/\\\\$//'`
       
 16439       VS_LIB=`$ECHO "$LIB" | $SED 's/\\\\$//'`
 16439       VS_PATH="$PATH"
 16440       VS_PATH="$PATH"
 16440 
 16441 
 16441 
 16442 
 16442 
 16443 
 16443     fi
 16444     fi