X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=3bf8303dd9678a6bc36fbe8319afbeb5fa0f6f33;hb=fe5ba22edf2cb7c260ecf17c7f095f0bc3e1b0a3;hp=533ccfd752d92f75f1aa4548d4a93c0ec57b9f0d;hpb=891e6ae6b61cb387401b79ad75ae5b2c1d58da5e;p=xboard.git diff --git a/configure.ac b/configure.ac index 533ccfd..3bf8303 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ dnl| to regenerate configure. Then submit your changes to be folded into dnl| the standard version of xboard. dnl| define second argument as VERSION.PATCHLEVEL. e.g. 4.4.0j -AC_INIT([xboard],[master-20091122],[bug-xboard@gnu.org]) +AC_INIT([xboard],[gtk-20091122],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) @@ -88,6 +88,10 @@ AC_SUBST(NROFFFLAGS) AC_PATH_PROGS(AWKPATH, awk mawk gawk nawk) AC_PATH_PROGS(PERLPATH, perl) +PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.16.0 gmodule-export-2.0 ]) +AC_SUBST(GTK_CFLAGS) +AC_SUBST(GTK_LIBS) + AC_HEADER_STDC AC_HEADER_TIME AC_HEADER_SYS_WAIT