From cc30f1f773cd4c32fd5f24c698209cd9b8f1d6c6 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 2 Sep 2010 02:12:54 +0000 Subject: [PATCH] Fix previous change. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index e5d65a6..4ccf4f9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,7 +22,7 @@ # 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 +rm -rf INSTALL aclocal.m4 autom4te.cache config.guess. config.rpath config.sub install-sh libtool ltmain.sh missing mkinstalldirs intl/[D-Za-z]* m4/[a-z]* echo "Running autoreconf -v -f -i" autoreconf -v -f -i -- 1.7.10.4