1c951b39ec
- Add WITHOUT_NLS support. - Install doc files into the standard DOCSDIR only. - Clean up Makefile to make portlint happy. - Improvements since 1.5: translated .po files, $SP_MESSAGE_FORMAT, HTTP redirection, $SP_HTTP_USER_AGENT, $SP_HTTP_ACCEPT, and preserve case option in osx(1). Submitted by: hrs
17 lines
461 B
Text
17 lines
461 B
Text
--- configure.orig Fri Dec 23 23:15:56 2005
|
|
+++ configure Fri Aug 25 03:37:02 2006
|
|
@@ -26441,12 +26441,12 @@
|
|
/* end confdefs.h. */
|
|
#include <libintl.h>
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
+extern int *libintl_nl_domain_bindings;
|
|
int
|
|
main ()
|
|
{
|
|
bindtextdomain ("", "");
|
|
-return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
|
+return * gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
|
|
;
|
|
return 0;
|
|
}
|