From d30be2735e8bb1e9ce529741243d41f4c5cb0a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Wed, 9 Sep 2009 10:22:34 +0000 Subject: [PATCH] [CONFIGURATION] * NEW: Make the ./reconf script verbose. git-svn-id: svn://localhost/gambas/trunk@2321 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- reconf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/reconf b/reconf index 471419dfb..4cd0e1f72 100755 --- a/reconf +++ b/reconf @@ -3,10 +3,4 @@ rm -f config.cache rm -f acconfig.cache -autoreconf $@ -#aclocal -#autoconf -#acconfig -#autoheader -#automake -a - +autoreconf -v $@