gambas-source-code/main/reconf
Benoît Minisini 7506dd75d6 Chanlog update for 2.0
git-svn-id: svn://localhost/gambas/trunk@904 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-01-02 00:32:00 +00:00

10 lines
123 B
Bash
Executable file

#!/bin/sh
rm -f config.cache
rm -f acconfig.cache
autoreconf --no-recursive $@
cd libltdl
autoreconf --no-recursive $@