gambas-source-code/reconf
Laurent Carlier 757ca2b65d [CONFIGURATION]
* BUG: Forgot to add 'install' flag to libtoolize. Removed m4/ltversion.m4 as it's refreshed by aclocal.


git-svn-id: svn://localhost/gambas/trunk@2478 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-12-11 13:10:31 +00:00

8 lines
106 B
Bash
Executable file

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