automake: silence Perl 5.22 warning.

This commit is contained in:
Christian Neukirchen 2015-06-24 15:04:46 +02:00
parent ff20f3afe0
commit 679558291b
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- bin/automake.in.orig
+++ 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;
}

View File

@ -1,7 +1,7 @@
# Template build file for 'automake'.
pkgname=automake
version=1.15
revision=3
revision=4
noarch=yes
build_style=gnu-configure
hostmakedepends="perl autoconf"