Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37845417
en ru br
ALT Linux repositórios
S:0.5.1-alt11
5.0: 0.5.1-alt9
4.1: 0.5.1-alt7
4.0: 0.5.1-alt7
3.0: 0.5.1-alt6

Group :: Sistema/Bibliotecas
RPM: libstroke

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# autoconf macros for detecting libgstroke support 
# Use AC_CHECK_LIBGSTROKE in your configure.in.

dnl AC_CHECK_LIBGSTROKE
dnl The HAVE_LIBGSTROKE macro will be defined (to be used in
dnl config.h.in) and gstroke_CFLAGS gstroke_LIBS will be set to proper
dnl values (to be used for compiling and linking)
dnl --with-gstroke-library and --with-gstroke-includes can be used to
dnl tell configure where to find the gstroke.h header file and the
dnl libgstroke library
AC_DEFUN([AC_CHECK_LIBGSTROKE],
[
smr_CHECK_LIB(gstroke, , mouse strokes recognition, gstroke_enable, gstroke.h, $GTK_LIBS, $GTK_CFLAGS)
AC_SUBST(gstroke_LIBS)
AC_SUBST(gstroke_CFLAGS)
if test "x$with_gstroke" = xyes; then
AC_DEFINE(HAVE_GSTROKE)
fi
])
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009