diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2006-10-16 14:59:09 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2006-10-16 14:59:09 +0000 |
commit | 0c094fae3bf55bee4babe1cadd8311a91b353079 (patch) | |
tree | 8f006e3fd73d84056f825cd8761acdf758f0f892 /debian/rules | |
parent | cd6f6c54e450fc10d88db03f3a83f4bc27bee03f (diff) | |
download | mana-0c094fae3bf55bee4babe1cadd8311a91b353079.tar.gz mana-0c094fae3bf55bee4babe1cadd8311a91b353079.tar.bz2 mana-0c094fae3bf55bee4babe1cadd8311a91b353079.tar.xz mana-0c094fae3bf55bee4babe1cadd8311a91b353079.zip |
Updating debian files for bug fixing.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
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 |