Update of /cvsroot/libexif/gexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1876
Modified Files:
configure.ac
Log Message:
Define both LOCALEDIR and GETTEXT_PACKAGE using AM_CPPFLAGS in the GP_GETTEXT_HACK macro
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/gexif/configure.ac,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- configure.ac 21 May 2007 18:36:48 -0000 1.7
+++ configure.ac 26 Jun 2007 02:00:31 -0000 1.8
@@ -44,11 +44,6 @@ AM_PO_SUBDIRS()
AM_ICONV()
GP_GETTEXT_FLAGS()
-dnl We cannot use AC_DEFINE_UNQUOTED() for these definitions, as
-dnl we require make to do insert the proper $(datadir) value
-AC_SUBST([localedir],["\$(datadir)/locale"])
-AM_CPPFLAGS="$AM_CPPFLAGS -DLOCALEDIR=\\\"${localedir}\\\""
-
# ---------------------------------------------------------------------------
# libraries needed
|