The following commit has been merged in the master branch:
commit a6276471d7ce7508a326b57a37e376fc89b90e17
Author: Guillem Jover <[EMAIL PROTECTED]>
Date:   Mon Feb 4 08:43:01 2008 +0200

    libcompat: Do not pass unused arguments to the compiler

diff --git a/ChangeLog b/ChangeLog
index 5a7fb98..bcfbdf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-04  Guillem Jover  <[EMAIL PROTECTED]>
+
+       * libcompat/Makefile.am (localedir): Remove unused variable.
+       (INCLUDES): Do not pass -DLOCALEDIR nor -I$(top_srcdir)/lib.
+
 2008-02-03  Guillem Jover  <[EMAIL PROTECTED]>
 
        * m4/funcs.m4 (DPKG_CHECK_COMPAT_FUNCS): New macro.
diff --git a/libcompat/Makefile.am b/libcompat/Makefile.am
index f17b393..ecb89d0 100644
--- a/libcompat/Makefile.am
+++ b/libcompat/Makefile.am
@@ -1,9 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-localedir = $(datadir)/locale
 INCLUDES = \
-       -DLOCALEDIR=\"$(localedir)\" \
-       -I$(top_srcdir)/lib \
        -idirafter $(top_srcdir)/libcompat
 
 

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to