Anyone else having issues in 5-4-patches? configure: creating ./config.status ./config.status: line 1511: warning: here-document at line 502 delimited by end-of-file (wanted `\CEOF') ./config.status: line 1512: syntax error: unexpected end of file
THe fix is easy: diff v5-4-patches/configure.orig v5-4-patches/configure 50358c50358 < s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF --- > s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\CEOF But this is in autoconf generated code. :-( ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
