d30be2735e
* NEW: Make the ./reconf script verbose. git-svn-id: svn://localhost/gambas/trunk@2321 867c0c6c-44f3-4631-809d-bfa615b0a4ec
6 lines
69 B
Bash
Executable file
6 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f config.cache
|
|
rm -f acconfig.cache
|
|
|
|
autoreconf -v $@
|