1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Use AM_GNU_GETTEXT(external)
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/978346
--- gtick-0.5.5.orig/Makefile.am
+++ gtick-0.5.5/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = doc intl po src testsuite
+SUBDIRS = doc po src testsuite
EXTRA_DIST = config.rpath \
autogen.sh \
--- gtick-0.5.5.orig/configure.ac
+++ gtick-0.5.5/configure.ac
@@ -71,7 +71,7 @@ else
fi
# GNU gettext
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT(external)
AM_GNU_GETTEXT_VERSION(0.19.8)
# directory containing configuration support files
|