gambas-source-code/reconf
Laurent Carlier ccef0025eb [CONFIGURATION]
* NEW: Add flags 'copy' and 'force' to libtoolize, now files config.guess, config.sub, ltmain.sh
       and install-sh are automagicly installed when running 'reconf', so remove them from root tree.



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

8 lines
96 B
Bash
Executable file

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