summaryrefslogtreecommitdiff
path: root/tools/5
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-09 08:44:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-09 08:44:21 +0100
commitaff8c471580f91e38aa8e9c8dc7d396cd5a14e16 (patch)
tree8a99a340630127e51c5b3f1602391a5a76d9f03c /tools/5
parente5dad3cfedc05b9da24e5e9de901cea6ea5001e2 (diff)
Add tools/5 patch
Update #3220.
Diffstat (limited to 'tools/5')
-rw-r--r--tools/5/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/5/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff b/tools/5/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff
new file mode 100644
index 0000000..2f8ba6e
--- /dev/null
+++ b/tools/5/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;
+ }
+