Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37741742
en ru br
Репозитории ALT
S:0.5.1-alt11
5.1: 0.5.1-alt9
4.1: 0.5.1-alt7
4.0: 0.5.1-alt7
3.0: 0.5.1-alt6
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libstroke

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and 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
])
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin