Add gettext support.

Mon Jan 15 21:12:49 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in acconfig.h glibintl.h gutils.c
	po/{Makefile.in.in,POTFILES.in,po2tbl.in}: Add gettext
	support.

	* glib-gettext.m4 acinclude.m4: Clean up the GTK+ gettext macros
	some more and put them in this file, though they also need
	to be included in acinclude.m4 due to the brokeness of
	aclocal.

	* gspawn.c gspawn-win32.c gutf8.c gconvert.c gfileutils.c
	gshell.c: Remove dummy _() #defines, include glibintl.m4.
This commit is contained in:
Owen Taylor
2001-01-16 02:24:24 +00:00
committed by Owen Taylor
parent 9238e1f1ed
commit b8796462fb
36 changed files with 1660 additions and 35 deletions

View File

@@ -25,8 +25,7 @@
#include <stdlib.h>
#include <errno.h>
/* FIXME */
#define _(x) x
#include "glibintl.h"
GQuark
g_markup_error_quark ()