]> git.pld-linux.org Git - packages/pan.git/blame - pan-use_AM_GNU_GETTEXT.patch
594692df7cb6eb9dc167846a454b0f6d pan-0.9.7.tar.bz2
[packages/pan.git] / pan-use_AM_GNU_GETTEXT.patch
CommitLineData
136dbed8
AM
1diff -urN pan-0.9.7.org/Makefile.am pan-0.9.7/Makefile.am
2--- pan-0.9.7.org/Makefile.am Sat Jun 9 17:05:48 2001
3+++ pan-0.9.7/Makefile.am Sat Jun 9 17:06:15 2001
4@@ -1,4 +1,4 @@
5-SUBDIRS = macros po gmime pan docs tests
6+SUBDIRS = macros intl po gmime pan docs tests
7
8 EXTRA_DIST = CREDITS ChangeLog pan.desktop pan.spec pan-images.spec pan.png
9
10diff -urN pan-0.9.7.org/configure.in pan-0.9.7/configure.in
11--- pan-0.9.7.org/configure.in Sat Jun 9 17:05:48 2001
12+++ pan-0.9.7/configure.in Sat Jun 9 17:06:34 2001
e0b5f15a 13@@ -22,7 +22,7 @@
14 GNOME_COMPILE_WARNINGS
15
136dbed8 16 ALL_LINGUAS="ca da de en_GB es fi fr ga gl hu it ja ko lt no nl pl pt_BR ru sl sp sr sv tr uk"
e0b5f15a 17-AM_GNOME_GETTEXT
18+AM_GNU_GETTEXT
19
20
21 dnl ***
136dbed8 22@@ -193,6 +193,7 @@
e0b5f15a 23 pan.spec
136dbed8 24 pan-images.spec
e0b5f15a 25 macros/Makefile
26+intl/Makefile
27 po/Makefile.in
28 pan/Makefile
29 pan/dialogs/Makefile
This page took 0.069296 seconds and 4 git commands to generate.