gambas-source-code/reconf-all
Benoît Minisini dd7faeb52a [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
2010-07-16 01:23:42 +00:00

9 lines
145 B
Bash
Executable file

#!/bin/sh
rm -f config.cache
rm -f acconfig.cache
rm -f libtool */libtool
libtoolize --force --copy --nonrecursive
autoreconf -v --install $@