aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/filter-aclocal-copy-too.patch
blob: 4679c9d30d58b5ace31f619886785d9f8fc8f4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- common/autoconf/basics.m4.orig	2015-08-17 18:31:50.598664481 +0200
+++ common/autoconf/basics.m4	2015-08-17 18:31:57.554664507 +0200
@@ -442,7 +442,7 @@
       files_present=`$LS $OUTPUT_ROOT`
       # Configure has already touched config.log and confdefs.h in the current dir when this check
       # is performed.
-      filtered_files=`$ECHO "$files_present" | $SED -e 's/config.log//g' -e 's/confdefs.h//g' -e 's/ //g' \
+      filtered_files=`$ECHO "$files_present" | $SED -e 's/config.log//g' -e 's/confdefs.h//g' -e 's,aclocal-copy,,g' -e 's/ //g' \
       | $TR -d '\n'`
       if test "x$filtered_files" != x; then
         AC_MSG_NOTICE([Current directory is $CURDIR.])