diff options
author | Timo Aaltonen <[email protected]> | 2008-07-03 15:53:19 +0300 |
---|---|---|
committer | Timo Aaltonen <[email protected]> | 2008-07-03 15:53:19 +0300 |
commit | 6dedd60350f717bfa1cc101267c36f340eb1de9f (patch) | |
tree | 5884ad9a1133a0eaac71e81962244b883f60c82f /debian/rules | |
parent | 063a487fe12f186d7aab52ca788697572e42390f (diff) |
Further autoconf changes:
add automake & autoconf to build-deps
add some cleanup rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 56bb67f6316..e59ed63027a 100755 --- a/debian/rules +++ b/debian/rules @@ -156,6 +156,9 @@ clean: unpatch rm -f conftest* */conftest* rm -rf autom4te.cache */autom4te.cache rm -rf obj-* + rm -rf configure config.guess config.sub config.h.in + rm -rf $$(find -name Makefile.in) + rm -rf aclocal.m4 missing depcomp install-sh ltmain.sh rm -rf $(STAMP_DIR) # needed for git snapshots chmod +x configure |