Some comments WRT makeinfo snapshot: - #if HAVE_LIBINTL_H should be used Or how is system.h guarded against including this header?
- similar for makeinfo.c ? --- makeinfo.c.orig Sat Sep 29 18:19:10 2001 +++ makeinfo.c Sat Sep 29 18:19:42 2001 @@ -490,9 +490,11 @@ setlocale (LC_COLLATE, ""); #endif +#ifdef ENABLE_NLS /* Set the text message domain. */ bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); +#endif /* Parse argument flags from the input line. */ while ((c = getopt_long (argc, argv, "D:de:E:f:hI:o:p:P:r:s:U:vV:wx", Bye, --- Alexander Mai [EMAIL PROTECTED] _______________________________________________ Bug-texinfo mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-texinfo
