]> git.sesse.net Git - vlc/commitdiff
* bootstrap: remove autom4te.cache before running autoconf
authorSam Hocevar <sam@videolan.org>
Thu, 6 Nov 2003 10:09:16 +0000 (10:09 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 6 Nov 2003 10:09:16 +0000 (10:09 +0000)
bootstrap

index 3e850f337cf5ae7668d75f91ef3d85559d896410..76a2afd5e0c794a7ea68719439a0a05aec8e6435 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  bootstrap file for the VLC media player
-##  $Id: bootstrap,v 1.81 2003/11/04 15:31:44 sam Exp $
+##  $Id: bootstrap,v 1.82 2003/11/06 10:09:16 sam Exp $
 ##
 ##  Authors: Sam Hocevar <sam@zoy.org>
 
@@ -328,6 +328,7 @@ set -x
 
 # remove autotools cruft
 rm -f aclocal.m4 configure config.log config.h config.h.in
+rm -Rf autom4te.cache
 # remove old autotools extra cruft
 rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh
 # remove new autotools extra cruft