dd7faeb52a
* NEW: './reconf' now is used inside sub-directories for reconfiguring it, without modifying libtool. * NEW: To install the libtool version required by your system, use now the './reconf-all' script in the top directory. git-svn-id: svn://localhost/gambas/trunk@3043 867c0c6c-44f3-4631-809d-bfa615b0a4ec
7 lines
80 B
Bash
Executable file
7 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f config.cache
|
|
rm -f acconfig.cache
|
|
|
|
autoreconf -v --install $@
|
|
|