From cfba748abc910e2c5efd5788f41d6b80e2ef14c3 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 2 Sep 2010 02:07:18 +0000 Subject: [PATCH] Clean old files at first. --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index c8584cf..e5d65a6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -21,6 +21,9 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. +echo "Cleaning up old files..." +rm -rf INSTALL aclocal.m4 autom4te.cache config.guess. config.rpath config.sub install-sh libtool ltmain.sh missing mkinstalldirs intl m4 + echo "Running autoreconf -v -f -i" autoreconf -v -f -i if [ ! -f po/Makevars ] ; then -- 1.7.10.4