summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-18 02:24:08 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-18 02:24:08 +0100
commitc49d56c1d6edbf05af8f2a6e175018fefafb5188 (patch)
tree26c0c554390d3b8fce893cb3bf016f26b6098490
parent079f5786af007a4096a07303d695b18cb46e81df (diff)
downloadxine-lib-c49d56c1d6edbf05af8f2a6e175018fefafb5188.tar.gz
xine-lib-c49d56c1d6edbf05af8f2a6e175018fefafb5188.tar.bz2
Remove the --mandir for Debian builds and rely on autoconf getting it right.
(Safe since recent xine-lib isn't usefully buildable on sarge.)
-rwxr-xr-xdebian/rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 92b42b66c..fd9003df2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,9 +58,7 @@ ifeq (,$(findstring optimize,$(DEB_BUILD_OPTIONS)))
DEB_BUILD_CONFIG_OPTIONS += --build=$(DEB_BUILD_GNU_TYPE)
endif
-# --mandir - remove after etch released (autoconf >= 2.59c gets it right)
CONFIGURE_FLAGS := --prefix=/usr \
- --mandir=\$${prefix}/share/man \
--with-external-libmad \
--with-external-a52dec \
$(DEB_BUILD_CONFIG_OPTIONS) \