7506dd75d6
git-svn-id: svn://localhost/gambas/trunk@904 867c0c6c-44f3-4631-809d-bfa615b0a4ec
10 lines
123 B
Bash
Executable file
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 $@
|