eb9e30e1ac
* NEW: 'gb.desktop' is now a pure Gambas component that relies on 'gb.desktop.x11' and 'gb.desktop.gnome.keyring'. [GB.DESKTOP.X11] * NEW: This new component offers a bunch of helper functions that allows to deal with the low-level X11 library. [GB.DESKTOP.GNOME] * NEW: This component has been renamed as 'gb.desktop.gnome.keyring'. [GB.DESKTOP.GNOME.KEYRING] * NEW: This component was named 'gb.desktop.gnome' before. It allows to store and retrieve passwords from the GNOME 2 keyring. [GB.FORM] * OPT: A little optimization in the DirChooser control. git-svn-id: svn://localhost/gambas/trunk@6260 867c0c6c-44f3-4631-809d-bfa615b0a4ec
18 lines
421 B
Text
18 lines
421 B
Text
dnl ---- configure.ac for gb.desktop.gnome.keyring
|
|
|
|
m4_include([../version.m4])
|
|
AC_INIT(gambas3-gb-desktop-gnome-keyring, GB_VERSION, GB_MAIL, [], GB_URL)
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
GB_INIT(gb.desktop.gnome.keyring)
|
|
AC_PROG_LIBTOOL
|
|
|
|
GB_COMPONENT_PKG_CONFIG(
|
|
gb_desktop_gnome_keyring,
|
|
DESKTOP_GNOME_KEYRING,
|
|
gb.desktop.gnome.keyring,
|
|
[src],
|
|
gnome-keyring-1)
|
|
|
|
AC_OUTPUT( Makefile src/Makefile )
|
|
GB_PRINT_MESSAGES
|