File: gettext-external.patch-

package info (click to toggle)
gtick 0.5.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,576 kB
  • sloc: ansic: 22,221; sh: 5,453; makefile: 690; yacc: 334; lex: 143; xml: 22; sed: 16
file content (23 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
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