Clean old files at first.
authorhanda <handa>
Thu, 2 Sep 2010 02:07:18 +0000 (02:07 +0000)
committerhanda <handa>
Thu, 2 Sep 2010 02:07:18 +0000 (02:07 +0000)
bootstrap.sh

index c8584cf..e5d65a6 100755 (executable)
@@ -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