[Pkg-wmaker-commits] [wmbattery] 20/241: * Autoconf 2.50 demands an absolute --mandir=

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:37:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbattery.

commit 743fdefd236badfc2c2348f8846a1dcd182d74a1
Author: joey <joey at a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Date:   Thu May 24 19:02:31 2001 +0000

       * Autoconf 2.50 demands an absolute --mandir=
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index baa9afc..5345ca3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wmbattery (1.18) unstable; urgency=low
+
+  * Autoconf 2.50 demands an absolute --mandir=
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 24 May 2001 15:04:23 -0400
+
 wmbattery (1.17) unstable; urgency=low
 
   * Patch from Edward Betts <edward at debian.org> to make the icon redraw
diff --git a/debian/rules b/debian/rules
index 6d82a69..fe83329 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 	autoconf
-	./configure --mandir=debian/wmbattery/usr/share/man --prefix=/usr
+	./configure --mandir=$(shell pwd)/debian/wmbattery/usr/share/man \
+		--prefix=/usr
 	$(MAKE)
 	touch build-stamp
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbattery.git



More information about the Pkg-wmaker-commits mailing list