ref: 63e441f9c4396f7109586ca25765dc39dd7bdb3e
parent: e3a18cd7c55a261796bfab29845852481f7a08e5
author: Sam Hocevar <sam@videolan.org>
date: Thu Nov 6 05:12:38 EST 2003
* bootstrap: remove autom4te.cache before running autoconf
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
#! /bin/sh
## bootstrap file for libdvdcss -- Sam Hocevar <sam@zoy.org>
-## $Id: bootstrap,v 1.7 2003/09/09 12:05:44 sam Exp $
+## $Id: bootstrap,v 1.8 2003/11/06 10:12:38 sam Exp $
set -x
set -e
@@ -51,6 +51,7 @@
# Remove old cruft
rm -f aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh
+rm -Rf autom4te.cache
(cd autotools && rm -f config.guess config.sub missing mkinstalldirs compile ltmain.sh depcomp install-sh)
aclocal${amvers}