summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-09-02 13:18:17 +1000
committerChris Johns <chrisj@rtems.org>2016-09-02 13:18:17 +1000
commit3581fab34e7586b938281b0f0a2d1e366b0250c0 (patch)
treec8731df20288b33e8d1a18de94e6c18d1a25a312 /tools
parenta252faf1d3ccb207b0c894ae61ccf7d029b1ae27 (diff)
4.10: Add the automake patch to the 4.10 patches.
Diffstat (limited to 'tools')
-rw-r--r--tools/4.10/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/4.10/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff b/tools/4.10/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff
new file mode 100644
index 0000000..2f8ba6e
--- /dev/null
+++ b/tools/4.10/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff
@@ -0,0 +1,11 @@
+--- automake-1.12.6/automake.in.orig 2016-02-28 09:52:53.000000000 +1100
++++ automake-1.12.6/automake.in 2016-02-28 09:53:00.000000000 +1100
+@@ -4030,7 +4030,7 @@
+ sub substitute_ac_subst_variables ($)
+ {
+ my ($text) = @_;
+- $text =~ s/\${([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
++ $text =~ s/\$\{([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
+ return $text;
+ }
+