]> git.pld-linux.org Git - packages/libglade.git/blame - libglade-use_AM_GNU_GETTEXT.patch
- -gnome-* R: libglade* after split (1:0.17-10) to avoid conflicts
[packages/libglade.git] / libglade-use_AM_GNU_GETTEXT.patch
CommitLineData
8c84a06f 1--- libglade-0.16/configure.in~ Sat Feb 10 10:35:43 2001
2+++ libglade-0.16/configure.in Mon Apr 23 18:47:37 2001
3@@ -84,7 +84,7 @@
4 dnl gettext stuff ... there is no message catalog for libglade -- libglade
5 dnl provides translation for the XML files it reads in.
6 ALL_LINGUAS=""
7-AM_GNOME_GETTEXT
8+AM_GNU_GETTEXT
9
10 AC_OUTPUT([Makefile
11 libglade.spec
612dc28e
JB
12@@ -97,6 +97,7 @@
13 libglade.spec
14 macros/Makefile
15 intl/Makefile
16+po/Makefile.in
17 glade/Makefile
18 doc/Makefile
19 libglade-config
20--- libglade-0.17/Makefile.am.orig Fri Sep 7 05:00:13 2001
21+++ libglade-0.17/Makefile.am Sat Aug 3 18:32:35 2002
22@@ -43,7 +43,7 @@
23 bin_SCRIPTS = libglade-config libglade-xgettext
24 noinst_PROGRAMS = test-libglade
25 test_libglade_LDADD = $(THE_LIBS) $(XML_LIBS)
26-SUBDIRS = intl macros glade doc
27+SUBDIRS = intl po macros glade doc
28
29 m4datadir = $(datadir)/aclocal
30 m4data_DATA = libglade.m4
This page took 0.061948 seconds and 4 git commands to generate.