]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/automake-1.15_perl_warning.patch
automake: update to 1.16.2
[ipfire-2.x.git] / src / patches / automake-1.15_perl_warning.patch
diff --git a/src/patches/automake-1.15_perl_warning.patch b/src/patches/automake-1.15_perl_warning.patch
deleted file mode 100644 (file)
index 9a031e8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- automake-1.15/bin/automake.in
-+++ automake-1.15/bin/automake.in
-@@ -3878,7 +3878,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;
- }