[gdk-pixbuf] Do not use AM_GLIB_DEFINE_LOCALEDIR()



commit 4c9c472454b1afb4e6e43dfa7a8b8d6c8aeacc76
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Jun 26 04:56:42 2010 +0200

    Do not use AM_GLIB_DEFINE_LOCALEDIR()
    
    As we are using upstream gettext now

 configure.ac           |    1 -
 gdk-pixbuf/Makefile.am |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fbaf256..9d5289d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,7 +352,6 @@ GETTEXT_PACKAGE="$PACKAGE"
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
                    [The prefix for our gettext translation domains.])
-AM_GLIB_DEFINE_LOCALEDIR(GDK_PIXBUF_LOCALEDIR)
 
 dnl The DU4 header files don't provide library prototypes unless
 dnl -std1 is given to the native cc.
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index bb8484b..3742a88 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -508,6 +508,7 @@ INCLUDES = \
 	-I$(top_srcdir) -I$(top_builddir) 				\
 	-I$(top_srcdir)/gdk-pixbuf 					\
 	-I$(top_builddir)/gdk-pixbuf 					\
+	-DGDK_PIXBUF_LOCALEDIR=\"$(localedir)\"				\
 	-DGDK_PIXBUF_LIBDIR=\"$(libdir)\"				\
 	-DGDK_PIXBUF_BINARY_VERSION=\"$(GDK_PIXBUF_BINARY_VERSION)\"	\
 	-DGDK_PIXBUF_PREFIX=\"$(prefix)\"				\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]