7506dd75d6
git-svn-id: svn://localhost/gambas/trunk@904 867c0c6c-44f3-4631-809d-bfa615b0a4ec
11 lines
123 B
Bash
Executable File
11 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f config.cache
|
|
rm -f acconfig.cache
|
|
|
|
autoreconf --no-recursive $@
|
|
|
|
cd libltdl
|
|
|
|
autoreconf --no-recursive $@
|