[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
This commit is contained in:
Benoît Minisini 2010-07-16 01:23:42 +00:00
parent bc35f266db
commit dd7faeb52a
2 changed files with 9 additions and 2 deletions

2
reconf
View file

@ -2,8 +2,6 @@
rm -f config.cache rm -f config.cache
rm -f acconfig.cache rm -f acconfig.cache
rm -f libtool */libtool
libtoolize --force --copy --nonrecursive
autoreconf -v --install $@ autoreconf -v --install $@

9
reconf-all Executable file
View file

@ -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 $@