11 lines
411 B
Diff
11 lines
411 B
Diff
--- zvbi-0.2.3/configure.in.orig 2002-11-21 04:19:43.000000000 +0000
|
|
+++ zvbi-0.2.3/configure.in 2003-01-14 17:00:32.000000000 +0000
|
|
@@ -141,6 +141,7 @@
|
|
dnl Native language support.
|
|
dnl
|
|
AM_GNU_GETTEXT([external], [need-ngettext])
|
|
+AM_GNU_GETTEXT_VERSION(0.12)
|
|
LIBS="$LTLIBINTL $LIBS"
|
|
if test "x${prefix}" = "xNONE"; then
|
|
AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${ac_default_prefix}/share/locale", [ld])
|