components/autoconf/patches/autoscan.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 13 Oct 2016 17:26:39 -0700
changeset 7104 8f45af4c27d7
parent 5638 b88b6c00208e
permissions -rw-r--r--
24837165 userland should move to parfait 1.9

autoscan is getting a warning from perl on this RE.  Fix it.
Should pass this upstream.


--- autoconf-2.69/bin/autoscan.in_orig	2016-03-15 17:17:51.090635380 -0700
+++ autoconf-2.69/bin/autoscan.in	2016-03-15 17:18:10.667432500 -0700
@@ -358,7 +358,7 @@
     {
       # Strip out comments and variable references.
       s/#.*//;
-      s/\${[^\}]*}//g;
+      s/\$\{[^\}]*}//g;
       s/@[^@]*@//g;
 
       # Tokens in the code.