8c53bab42d
* NEW: Try 'libtoolize --nonrecursive' in the 'reconf' script. [DEVELOPMENT ENVIRONMENT] * BUG: Fix the orthograph of the "License" word in english and french. [GB.FORM] * BUG: Define the _MultiContainer property of ToolPanel and Wizard. [GB.GTK] * BUG: ComboBox cannot raise its click event recursively anymore. [GB.QT] * BUG: ComboBox cannot raise its click event recursively anymore. git-svn-id: svn://localhost/gambas/trunk@2786 867c0c6c-44f3-4631-809d-bfa615b0a4ec
8 lines
121 B
Bash
Executable file
8 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f config.cache
|
|
rm -f acconfig.cache
|
|
|
|
libtoolize --force --copy --nonrecursive
|
|
autoreconf -v --install $@
|
|
|