Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37847547
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 libstroke support 
# Use AC_CHECK_LIBSTROKE in your configure.in.

dnl AC_CHECK_LIBSTROKE
dnl The HAVE_LIBSTROKE macro will be defined (to be used in
dnl config.h.in) and stroke_CFLAGS stroke_LIBS will be set to proper
dnl values (to be used for compiling and linking)
dnl --with-stroke-library and --with-stroke-includes can be used to
dnl tell configure where to find the stroke.h header file and the
dnl libstroke library
AC_DEFUN([AC_CHECK_LIBSTROKE],
[
smr_CHECK_LIB(stroke, , mouse strokes recognition, stroke_init, stroke.h, $GTK_LIBS, $GTK_CFLAGS)
AC_SUBST(gstroke_LIBS)
AC_SUBST(gstroke_CFLAGS)
if test "x$with_stroke" = xyes; then
AC_DEFINE(HAVE_STROKE)
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