7d8c065a8c
* NEW: Add 'libtoolize --force' to reconf script. It's useful in case of libtool upgrading. Perhaps it will be good to remove m4/ltversion.m4 as it's updated by libtoolize. git-svn-id: svn://localhost/gambas/trunk@2467 867c0c6c-44f3-4631-809d-bfa615b0a4ec
8 lines
89 B
Bash
Executable file
8 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f config.cache
|
|
rm -f acconfig.cache
|
|
|
|
libtoolize --force
|
|
autoreconf -v $@
|
|
|