+Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
+
+ * libbfd-in.h: Use `gettext' and not `dgettext' for now.
+
Wed Apr 22 12:53:40 1998 Ian Lance Taylor <ian@cygnus.com>
* Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.
#ifdef ENABLE_NLS
#include <libintl.h>
-#define _(String) dgettext (PACKAGE, String)
+/* FIXME: We might want to use dgettext instead, in some cases.
+ This is still under investigation. */
+#define _(String) gettext (String)
#ifdef gettext_noop
#define N_(String) gettext_noop (String)
#else