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

X Strike Force Xft SVN commit: rev 89 - trunk/debian



Author: branden
Date: 2003-11-17 02:08:48 -0500 (Mon, 17 Nov 2003)
New Revision: 89

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Get rid of DEB_CONFIGURE_EXTRA_FLAGS variable setting; AC_PATH_X suffices
to locate the X include files and libraries.

- debian/rules


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-11-17 06:56:44 UTC (rev 88)
+++ trunk/debian/changelog	2003-11-17 07:08:48 UTC (rev 89)
@@ -28,8 +28,12 @@
     (Closes: #221129)
     - Xft.h
 
- -- Branden Robinson <branden@debian.org>  Mon, 17 Nov 2003 01:50:21 -0500
+  * Get rid of DEB_CONFIGURE_EXTRA_FLAGS variable setting; AC_PATH_X suffices
+    to locate the X include files and libraries.
+    - debian/rules
 
+ -- Branden Robinson <branden@debian.org>  Mon, 17 Nov 2003 02:08:12 -0500
+
 xft (2.1.2-4) unstable; urgency=low
 
   * Set AM_MAINTAINER_MODE because we do not want users of the Debian source

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2003-11-17 06:56:44 UTC (rev 88)
+++ trunk/debian/rules	2003-11-17 07:08:48 UTC (rev 89)
@@ -6,10 +6,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-# Don't trust AC_PATH_X; tell upstream configure script where to find X
-# libraries and headers on a Debian system.
-DEB_CONFIGURE_EXTRA_FLAGS := --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
-
 # Library interface did not change in Xft 2.1.2.
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libxft2 (>> 2.1.1)"
 



Reply to: