Browse Source

Fix FTBFS, thanks Hideki Yamane. Closes: #725559

Christoph Biedl 10 years ago
parent
commit
7ca8afbf3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -8,7 +8,7 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 	dh $@
 	dh $@
 
 
 override_dh_auto_configure:
 override_dh_auto_configure:
-	autoreconf
+	autoreconf --force --install
 	dh_auto_configure -- \
 	dh_auto_configure -- \
 		--prefix=/usr \
 		--prefix=/usr \
 		--mandir=/usr/share/man \
 		--mandir=/usr/share/man \