8080082: configure fails if you create an empty directory and then run configure from it
Reviewed-by: dholmes, erikj
--- 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