summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/filter-aclocal-copy-too.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/filter-aclocal-copy-too.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-8/filter-aclocal-copy-too.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/filter-aclocal-copy-too.patch b/recipes-core/openjdk/patches-openjdk-8/filter-aclocal-copy-too.patch
new file mode 100644
index 0000000..4679c9d
--- /dev/null
+++ b/recipes-core/openjdk/patches-openjdk-8/filter-aclocal-copy-too.patch
@@ -0,0 +1,11 @@
1--- common/autoconf/basics.m4.orig 2015-08-17 18:31:50.598664481 +0200
2+++ common/autoconf/basics.m4 2015-08-17 18:31:57.554664507 +0200
3@@ -442,7 +442,7 @@
4 files_present=`$LS $OUTPUT_ROOT`
5 # Configure has already touched config.log and confdefs.h in the current dir when this check
6 # is performed.
7- filtered_files=`$ECHO "$files_present" | $SED -e 's/config.log//g' -e 's/confdefs.h//g' -e 's/ //g' \
8+ filtered_files=`$ECHO "$files_present" | $SED -e 's/config.log//g' -e 's/confdefs.h//g' -e 's,aclocal-copy,,g' -e 's/ //g' \
9 | $TR -d '\n'`
10 if test "x$filtered_files" != x; then
11 AC_MSG_NOTICE([Current directory is $CURDIR.])