Update of /cvsroot/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv515
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/libexif/configure.ac,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -d -r1.33 -r1.34
--- configure.ac 15 Jun 2007 04:10:25 -0000 1.33
+++ configure.ac 26 Jun 2007 01:57:08 -0000 1.34
@@ -161,12 +161,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
-localedir="\$(datadir)/locale"
-AC_SUBST(localedir)
-AM_CPPFLAGS="$AM_CPPFLAGS -DLOCALEDIR=\\\"${localedir}\\\""
-
dnl ---------------------------------------------------------------------------
dnl Compiler/Linker Options and Warnings
|