[rtems-tools commit] 4.10: Add the automake patch to the 4.10 patches.

Chris Johns chrisj at rtems.org
Fri Sep 2 03:18:23 UTC 2016


Module:    rtems-tools
Branch:    master
Commit:    3581fab34e7586b938281b0f0a2d1e366b0250c0
Changeset: http://git.rtems.org/rtems-tools/commit/?id=3581fab34e7586b938281b0f0a2d1e366b0250c0

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Sep  2 13:18:17 2016 +1000

4.10: Add the automake patch to the 4.10 patches.

---

 .../automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff | 11 +++++++++++
 1 file changed, 11 insertions(+)

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;
+ }
+ 




More information about the vc mailing list