Conrad T. Pino wrote: >I assume the "#undef" values are OK in Windows: > >File windows-NT/config.h.in.in: >870 #define PACKAGE_BUGREPORT "%PACKAGE_BUGREPORT%" >873 #undef PACKAGE_NAME >876 #define PACKAGE_STRING "%PACKAGE_STRING%" >879 #undef PACKAGE_TARNAME >882 #undef PACKAGE_VERSION > >
If you want to sub them, it won't hurt, but these are auto-generated by Autoconf - CVS only uses the PACKAGE_STRING & PACKAGE_BUGREPORT macros, on UNIX or Windows. Regards, Derek -- Derek R. Price CVS Solutions Architect Ximbiot <http://ximbiot.com> v: +1 717.579.6168 f: +1 717.234.3125 <mailto:[EMAIL PROTECTED]> _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
