[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
makeinfo snapshot
From: |
Alexander Mai |
Subject: |
makeinfo snapshot |
Date: |
Sat, 29 Sep 2001 18:26:22 +0200 (CED) |
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
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- makeinfo snapshot,
Alexander Mai <=