From dd7faeb52aa66add4e023e5d77bbb40cc2ba6478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Fri, 16 Jul 2010 01:23:42 +0000 Subject: [PATCH] [CONFIGURATION] * NEW: './reconf' now is used inside sub-directories for reconfiguring it, without modifying libtool. * NEW: To install the libtool version required by your system, use now the './reconf-all' script in the top directory. git-svn-id: svn://localhost/gambas/trunk@3043 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- reconf | 2 -- reconf-all | 9 +++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100755 reconf-all diff --git a/reconf b/reconf index 4eb454c78..3f4d7a533 100755 --- a/reconf +++ b/reconf @@ -2,8 +2,6 @@ rm -f config.cache rm -f acconfig.cache -rm -f libtool */libtool -libtoolize --force --copy --nonrecursive autoreconf -v --install $@ diff --git a/reconf-all b/reconf-all new file mode 100755 index 000000000..4eb454c78 --- /dev/null +++ b/reconf-all @@ -0,0 +1,9 @@ +#!/bin/sh + +rm -f config.cache +rm -f acconfig.cache +rm -f libtool */libtool + +libtoolize --force --copy --nonrecursive +autoreconf -v --install $@ +