a18348f8cd
* NEW: In the open project dialog, you can now uncompress archives by double-clicking on it. There is a confirmation message of course. [GB.IMAGE.IMLIB] * NEW: I want to use ImLib2 to enhance the image component. Does nothing at the moment! git-svn-id: svn://localhost/gambas/trunk@2282 867c0c6c-44f3-4631-809d-bfa615b0a4ec
16 lines
303 B
Text
16 lines
303 B
Text
dnl ---- configure.ac for gb.image.imlib
|
|
|
|
AC_INIT(configure.ac)
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
GB_INIT(gb.image.imlib)
|
|
AC_PROG_LIBTOOL
|
|
|
|
GB_COMPONENT_PKG_CONFIG(
|
|
image_imlib,
|
|
IMAGE_IMLIB,
|
|
[Image routines based on the Imlib2 library],
|
|
[src],
|
|
imlib2 ">= 1.4.0"
|
|
)
|
|
|
|
AC_OUTPUT( Makefile src/Makefile )
|