gentoo-ebuilds/dev-build/autoconf-vanilla/files/autoconf-2.13-perl-5.26.patch
Michał Górny 2211dfa066
Move {sys-devel → dev-build}/autoconf-vanilla
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-15 16:58:21 +01:00

12 lines
387 B
Diff

diff -ruN autoconf-2.13.orig/autoscan.pl autoconf-2.13/autoscan.pl
--- autoconf-2.13.orig/autoscan.pl 1999-01-05 14:28:42.000000000 +0100
+++ autoconf-2.13/autoscan.pl 2018-12-22 19:55:10.986732296 +0100
@@ -232,7 +232,7 @@
# Strip out comments and variable references.
s/#.*//;
s/\$\([^\)]*\)//g;
- s/\${[^\}]*}//g;
+ s/\$\{[^\}]*}//g;
s/@[^@]*@//g;
# Variable assignments.