12345678910111213141516171819202122232425262728293031323334 |
- --- libstroke-0.5.1/configure.in 2001-08-07 07:08:05.000000000 +0100
- +++ libstroke-0.5.1b/configure.in 2006-11-28 01:49:26.000000000 +0000
- @@ -81,16 +81,9 @@
- [ --with-mouse-footprints Draw mouse footprints in X],
- [AC_DEFINE(STROKE_MOUSE_FOOTPRINTS)])
-
- -dnl check for GTK
- -dnl we won't build libgstroke if it's not found
- -AC_MSG_CHECKING(gtk+ library)
- -AM_PATH_GTK(1.2.7, HAVE_LIBGTK=yes
- - AC_DEFINE(HAVE_LIBGTK, 1, [Define if libgtk is available]),
- - AC_MSG_WARN(
- -***** NOTE: The GNOME stroke support won't be built
- -)
- - HAVE_LIBGTK=no,
- -)
- +GTK_CFLAGS=""
- +AC_SUBST(GTK_CFLAGS)
- +HAVE_LIBGTK=no
- AM_CONDITIONAL(HAVE_LIBGTK, test "x$HAVE_LIBGTK" = "xyes")
-
-
- --- libstroke-0.5.1/Makefile.am 2001-08-07 07:03:12.000000000 +0100
- +++ libstroke-0.5.1b/Makefile.am 2006-11-28 02:00:55.000000000 +0000
- @@ -10,7 +10,7 @@
- EXTRA_DIST = COPYRIGHT CREDITS README.javastroke README.libgstroke
-
- m4datadir=$(datadir)/aclocal
- -m4data_DATA=libstroke.m4 libgstroke.m4
- +m4data_DATA=libstroke.m4
-
- MOSTLYCLEANFILES = core *~
- CLEANFILES = core *~
|