8080082: configure fails if you create an empty directory and then run configure from it
authorihse
Tue, 12 May 2015 13:24:34 +0200
changeset 30419 8fb7370e2d33
parent 30418 aa3cd6848aa0
child 30425 4f2d40e5fb6e
8080082: configure fails if you create an empty directory and then run configure from it Reviewed-by: dholmes, erikj
common/autoconf/basics.m4
common/autoconf/generated-configure.sh
--- a/common/autoconf/basics.m4	Tue May 12 09:08:03 2015 +0200
+++ b/common/autoconf/basics.m4	Tue May 12 13:24:34 2015 +0200
@@ -705,9 +705,9 @@
       # is performed.
       filtered_files=`$ECHO "$files_present" \
           | $SED -e 's/config.log//g' \
-	      -e 's/confdefs.h//g' \
-	      -e 's/fixpath.exe//g' \
-	      -e 's/ //g' \
+              -e 's/configure.log//g' \
+              -e 's/confdefs.h//g' \
+              -e 's/ //g' \
           | $TR -d '\n'`
       if test "x$filtered_files" != x; then
         AC_MSG_NOTICE([Current directory is $CURDIR.])
--- a/common/autoconf/generated-configure.sh	Tue May 12 09:08:03 2015 +0200
+++ b/common/autoconf/generated-configure.sh	Tue May 12 13:24:34 2015 +0200
@@ -4366,7 +4366,7 @@
 #CUSTOM_AUTOCONF_INCLUDE
 
 # Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1431414369
+DATE_WHEN_GENERATED=1431429776
 
 ###############################################################################
 #
@@ -15342,9 +15342,9 @@
       # is performed.
       filtered_files=`$ECHO "$files_present" \
           | $SED -e 's/config.log//g' \
-	      -e 's/confdefs.h//g' \
-	      -e 's/fixpath.exe//g' \
-	      -e 's/ //g' \
+              -e 's/configure.log//g' \
+              -e 's/confdefs.h//g' \
+              -e 's/ //g' \
           | $TR -d '\n'`
       if test "x$filtered_files" != x; then
         { $as_echo "$as_me:${as_lineno-$LINENO}: Current directory is $CURDIR." >&5