From 96050cc65968bb2e0a2112247a618443483f73b2 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 22 May 2002 18:18:38 +0000 Subject: r524: * Make dh_clean remove autom4te.cache. --- dh_clean | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dh_clean') diff --git a/dh_clean b/dh_clean index d0af17d1..fd9f86f1 100755 --- a/dh_clean +++ b/dh_clean @@ -104,6 +104,10 @@ if (! $dh{D_FLAG}) { -o -name .*.orig -o -name .*.rej -o -name .SUMS -o -name TAGS -o -name core -o ( -path */.deps/* -a -name *.P ) ) $find_options -exec rm -f {} ;")); + + # Stupid autoconf cache directory. + doit("rm", "-rf", "autom4te.cache") + unless excludefile("autom4te.cache"); } doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! compat(1); -- cgit v1.2.3