gambas-source-code/reconf
Laurent Carlier 7d8c065a8c [CONFIGURATION]
* NEW: Add 'libtoolize --force' to reconf script. It's useful in case of libtool upgrading.

Perhaps it will be good to remove m4/ltversion.m4 as it's updated by libtoolize.


git-svn-id: svn://localhost/gambas/trunk@2467 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-12-09 15:30:46 +00:00

8 lines
89 B
Bash
Executable file

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