Make examples at least compile under glib 1.3.x, and make use of

* Make examples at least compile under glib 1.3.x, and make use
	  of GETTEXT_PACKAGE.
	* Don't install popt* header.
	* Add nn to ALL_LINGUAS.
This commit is contained in:
Kwok-Koon Cheung
2002-01-14 00:56:50 +00:00
parent 222706a0d4
commit c8a3e46433
13 changed files with 35 additions and 344 deletions

View File

@@ -38,8 +38,8 @@ int
main (int argc, char *argv[])
{
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, GTOPLOCALEDIR);
textdomain (PACKAGE);
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
textdomain (GETTEXT_PACKAGE);
gh_enter (argc, argv, main_prog);
exit (0);