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

X Strike Force Xft SVN commit: rev 78 - in trunk: . debian



Author: branden
Date: 2003-10-08 16:44:06 -0500 (Wed, 08 Oct 2003)
New Revision: 78

Modified:
   trunk/configure.ac
   trunk/debian/changelog
Log:
Set AM_MAINTAINER_MODE because we do not want users of the Debian source
package to have to have automake installed.

- configure.ac


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2003-10-07 21:09:28 UTC (rev 77)
+++ trunk/configure.ac	2003-10-08 21:44:06 UTC (rev 78)
@@ -36,6 +36,9 @@
 AC_PROG_CC
 AC_PROG_LIBTOOL
 
+# Debian-maintained Xft package sets AM_MAINTAINER_MODE()
+AM_MAINTAINER_MODE()
+
 #
 # Check for Xrender
 #

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-07 21:09:28 UTC (rev 77)
+++ trunk/debian/changelog	2003-10-08 21:44:06 UTC (rev 78)
@@ -1,3 +1,11 @@
+xft (2.1.2-4) unstable; urgency=low
+
+  * Set AM_MAINTAINER_MODE because we do not want users of the Debian source
+    package to have to have automake installed.
+    - configure.ac
+
+ -- Branden Robinson <branden@debian.org>  Wed,  8 Oct 2003 16:43:06 -0500
+
 xft (2.1.2-3) unstable; urgency=low
 
   * Migrate dpkg diversions from libxft2-dev to libxft-dev, which was



Reply to: