]> git.pld-linux.org Git - packages/gcm.git/blob - gcm-gettext_fixes.patch
- updated
[packages/gcm.git] / gcm-gettext_fixes.patch
1 diff -urN gcm-2.0.4.orig/configure.in gcm-2.0.4/configure.in
2 --- gcm-2.0.4.orig/configure.in Tue Mar  4 09:19:30 2003
3 +++ gcm-2.0.4/configure.in      Tue Mar  4 09:34:05 2003
4 @@ -56,6 +56,10 @@
5  localedir=${datadir}/locale
6  AC_SUBST(localedir)
7  
8 +GETTEXT_PACKAGE=gcm
9 +AC_SUBST(GETTEXT_PACKAGE)
10 +AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[fix])
11 +
12  dnl Set PACKAGE_LOCALE_DIR in config.h.
13  if test "x${prefix}" = "xNONE"; then
14    AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${ac_default_prefix}/${DATADIRNAME}/locale")
This page took 0.05064 seconds and 3 git commands to generate.