summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch b/recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch
index 92a9831..5e2f78b 100644
--- a/recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch
+++ b/recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch
@@ -1,8 +1,8 @@
1--- common/autoconf/basics.m4.orig 2015-08-17 18:02:01.642657746 +0200 1--- common/autoconf/basics.m4.orig
2+++ common/autoconf/basics.m4 2015-08-17 18:14:44.046660616 +0200 2+++ common/autoconf/basics.m4
3@@ -466,21 +466,21 @@ 3@@ -472,21 +472,21 @@ AC_DEFUN_ONCE([BASIC_SETUP_OUTPUT_DIR],
4 AC_SUBST(OUTPUT_ROOT, $OUTPUT_ROOT) 4 AC_SUBST(OUTPUT_ROOT, $OUTPUT_ROOT)
5 5
6 # Most of the probed defines are put into config.h 6 # Most of the probed defines are put into config.h
7- AC_CONFIG_HEADERS([$OUTPUT_ROOT/config.h:$AUTOCONF_DIR/config.h.in]) 7- AC_CONFIG_HEADERS([$OUTPUT_ROOT/config.h:$AUTOCONF_DIR/config.h.in])
8+ AC_CONFIG_HEADERS([config.h:config.h.in]) 8+ AC_CONFIG_HEADERS([config.h:config.h.in])
@@ -26,6 +26,6 @@
26 # which will look for generated configurations 26 # which will look for generated configurations
27- AC_CONFIG_FILES([$OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in]) 27- AC_CONFIG_FILES([$OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in])
28+ AC_CONFIG_FILES([Makefile:Makefile.in]) 28+ AC_CONFIG_FILES([Makefile:Makefile.in])
29 29
30 # Save the arguments given to us 30 # Save the arguments given to us
31 echo "$CONFIGURE_COMMAND_LINE" > $OUTPUT_ROOT/configure-arguments 31 echo "$CONFIGURE_COMMAND_LINE" > $OUTPUT_ROOT/configure-arguments