summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-10-16 14:59:09 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-10-16 14:59:09 +0000
commit0c094fae3bf55bee4babe1cadd8311a91b353079 (patch)
tree8f006e3fd73d84056f825cd8761acdf758f0f892 /debian/rules
parentcd6f6c54e450fc10d88db03f3a83f4bc27bee03f (diff)
downloadmana-client-0c094fae3bf55bee4babe1cadd8311a91b353079.tar.gz
mana-client-0c094fae3bf55bee4babe1cadd8311a91b353079.tar.bz2
mana-client-0c094fae3bf55bee4babe1cadd8311a91b353079.tar.xz
mana-client-0c094fae3bf55bee4babe1cadd8311a91b353079.zip
Updating debian files for bug fixing.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index da8deaba..b44be0bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,13 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
config.status:
dh_testdir
- ./autogen.sh
+
+ echo "Generating build information using aclocal, autoheader, automake and autoconf."
+# Regerate configuration files
+ aclocal
+ autoheader
+ automake --gnu --add-missing --copy
+ autoconf
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man6/man --infodir=/usr/share/doc/tmw --datadir=/usr/share/games --bindir=/usr/games --with-opengl