>>>>> On Tue, 31 Aug 2010 07:24:42 +0200, Magnus Fromreide >>>>> <[email protected]> said:
MF> I found some low hanging fruit in acconfig.h and would like to move it MF> to the configure script. Ok for trunk (together with regenerated MF> configure and net-snmp-config.h.in) Assuming you've tested it, +1 The only part that I wonder if it works right is: MF> +AC_DEFINE_UNQUOTED([ENV_SEPARATOR_CHAR], ['$PATH_SEPARATOR'], Because of the ' quoting character. However, I think the variable expansion is getting handled by m4 and thus the ' quoting doesn't affect bash variable expansion (where it wouldn't happen)? -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
