efc688455c
* BUG: Some bugs fixes coming from Gentoo. [DEVELOPMENT ENVIRONMENT] * BUG: Some fixes in the case of signature symbols. [WIKI CGI SCRIPT] * BUG: Try to display the language bar in Firefox the same way as in Konqueror. [INTERPRETER] * BUG: Collection[] now correctly raises an error when the key is null. [GB.GTK] * BUG: Fix the use of the gambas part in the TreeView class. [GB.NET.CURL] * BUG: Successive calls to the Get() or Put() methods should not make the interpreter crash at exit anymore. git-svn-id: svn://localhost/gambas/trunk@1554 867c0c6c-44f3-4631-809d-bfa615b0a4ec
11 lines
153 B
Text
11 lines
153 B
Text
dnl ---- configure.ac for documentation
|
|
|
|
AC_INIT(configure.ac)
|
|
GB_INIT_SHORT(help)
|
|
|
|
dnl ---- Create makefiles
|
|
|
|
AC_OUTPUT( \
|
|
Makefile \
|
|
help/Makefile \
|
|
)
|