]> git.pld-linux.org Git - packages/nautilus.git/blame - nautilus-use_AM_GNU_GETTEXT.patch
- udate to 1.0.5
[packages/nautilus.git] / nautilus-use_AM_GNU_GETTEXT.patch
CommitLineData
4d52ed45
PG
1--- ./configure.in.orig Sun Jul 22 11:48:01 2001
2+++ ./configure.in Sun Jul 22 11:48:51 2001
3@@ -695,8 +695,8 @@
4
5 dnl Checks for i18n
6 ALL_LINGUAS="az ca cs da de el en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt_BR ro ru sk sl sv ta tr uk zh_TW.Big5"
7-AM_GNOME_GETTEXT
8-# AM_GNOME_GETTEXT above substs $DATADIRNAME
9+AM_GNU_GETTEXT
10+# AM_GNU_GETTEXT above substs $DATADIRNAME
11 # this is the directory where the *.{mo,gmo} files are installed
12 gnomelocaledir='${prefix}/${DATADIRNAME}/locale'
13 AC_SUBST(gnomelocaledir)
14--- ./aclocal.m4.orig Sun Jul 22 12:00:41 2001
15+++ ./aclocal.m4 Sun Jul 22 12:00:52 2001
16@@ -2073,7 +2073,7 @@
17 AC_SUBST(POSUB)
18 ])
19
20-AC_DEFUN(AM_GNOME_GETTEXT,
21+AC_DEFUN(AM_GNU_GETTEXT,
22 [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
23 AC_REQUIRE([AC_PROG_CC])dnl
24 AC_REQUIRE([AC_PROG_RANLIB])dnl
This page took 0.027837 seconds and 4 git commands to generate.