common/autoconf/generated-configure.sh

changeset 2210
a05ed58d5ae0
parent 2209
cddffb220808
child 2211
2209644bcac4
     1.1 --- a/common/autoconf/generated-configure.sh	Fri Apr 06 04:20:26 2018 -0700
     1.2 +++ b/common/autoconf/generated-configure.sh	Sat Apr 07 03:28:39 2018 -0700
     1.3 @@ -4219,7 +4219,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=1523013611
     1.8 +DATE_WHEN_GENERATED=1523096909
     1.9  
    1.10  ###############################################################################
    1.11  #
    1.12 @@ -13930,8 +13930,8 @@
    1.13      fi
    1.14      { $as_echo "$as_me:${as_lineno-$LINENO}: checking cygwin root directory as unix-style path" >&5
    1.15  $as_echo_n "checking cygwin root directory as unix-style path... " >&6; }
    1.16 -    # The cmd output ends with Windows line endings (CR/LF), the grep command will strip that away
    1.17 -    cygwin_winpath_root=`cd / ; cmd /c cd | grep ".*"`
    1.18 +    # The cmd output ends with Windows line endings (CR/LF)
    1.19 +    cygwin_winpath_root=`cd / ; cmd /c cd | $TR -d '\r\n'`
    1.20      # Force cygpath to report the proper root by including a trailing space, and then stripping it off again.
    1.21      CYGWIN_ROOT_PATH=`$CYGPATH -u "$cygwin_winpath_root " | $CUT -f 1 -d " "`
    1.22      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CYGWIN_ROOT_PATH" >&5

mercurial