summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-03-31 16:07:08 +0200
committerReinhard Tartler <siretart@tauware.de>2009-03-31 16:07:08 +0200
commitde2e8f79c131aa1ab8c64a87cc9ef874f324d855 (patch)
tree15665415f6da1f6af1eafef423ad6a13ca10a647
parent8676e264610a29d8c2d9aceb3a387a99a12afda9 (diff)
call bootstrap and configure before calling make
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index acba6cd9..68835913 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,8 @@ configure-stamp:
build-stamp: configure-stamp
dh_testdir
+ sh -x ./bootstrap
+ sh ./configure --prefix=/usr
$(MAKE)
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-./runtest.pl ALL