On Thu, 17 Aug 2006 20:45:10 -0700 Wes wrote: WH> >>>>> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: WH> WH> TA> Then, I'd start with putting PACKAGE_* into the internal header WH> TA> file and work from there. Suggestions for additional entries are WH> TA> most welcome. WH> WH> I think one of the things you should do is propose your total WH> solution here... some of it was discussed in IRC, and I'm sure no one WH> but you has a good feel for your expected structure.
$ cvs diff configure.in Index: configure.in =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/configure.in,v retrieving revision 5.226 diff -u -p -r5.226 configure.in --- configure.in 17 Aug 2006 02:29:22 -0000 5.226 +++ configure.in 18 Aug 2006 13:46:36 -0000 @@ -15,6 +15,7 @@ AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([agent/mibgroup/ucd-snmp/extensible.c]) AC_REVISION([$Revision: 5.226 $]) +AC_CONFIG_HEADER(include/net-snmp/libtool-config.h) AC_CONFIG_HEADER(include/net-snmp/net-snmp-config.h) AC_MSG_CACHE_INIT() $ cvs diff include/net-snmp/net-snmp-config.h.in Index: include/net-snmp/net-snmp-config.h.in =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/include/net-snmp/net-snmp-config.h.in,v retrieving revision 5.78 diff -u -p -r5.78 net-snmp-config.h.in --- include/net-snmp/net-snmp-config.h.in 14 Aug 2006 20:23:36 -0000 5.78 +++ include/net-snmp/net-snmp-config.h.in 18 Aug 2006 13:49:30 -0000 @@ -965,21 +965,6 @@ /* Define to 1 if you have the <xti.h> header file. */ #undef HAVE_XTI_H -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE $ cat include/net-snmp/libtool-config.h.in /* * libtool config */ /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
