From 95ddd698895b0591420c043d013ee9fd799975bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Mon, 31 Dec 2007 16:12:09 +0000 Subject: [PATCH] [CONFIGURATION] * NEW: The ./reconf script now uses autoreconf, so that the m4 directory is automatically taken into account. git-svn-id: svn://localhost/gambas/trunk@901 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- reconf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reconf b/reconf index 8f55ff790..b91d8601b 100755 --- a/reconf +++ b/reconf @@ -3,9 +3,10 @@ rm -f config.cache rm -f acconfig.cache -aclocal -autoconf +autoreconf --no-recursive $@ +#aclocal +#autoconf #acconfig -autoheader -automake -a +#autoheader +#automake -a