diff --git devel/autoconf/files/patch-bin_autoscan.in devel/autoconf/files/patch-bin_autoscan.in new file mode 100644 index 0000000..a55345c --- /dev/null +++ devel/autoconf/files/patch-bin_autoscan.in @@ -0,0 +1,11 @@ +--- bin/autoscan.in.orig 2012-04-25 02:37:26 UTC ++++ bin/autoscan.in +@@ -358,7 +358,7 @@ sub scan_sh_file ($) + { + # Strip out comments and variable references. + s/#.*//; +- s/\${[^\}]*}//g; ++ s/\$\{[^\}]*}//g; + s/@[^@]*@//g; + + # Tokens in the code.