X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=inline;f=configure.ac;h=e7f41c47cbf6fc3bbbc0eb7ccbc988e9bac8f839;hb=fc04f152a6041cc8459549e741b2b05dccbdff58;hp=348888797dd9fe122fcf06315317c9fe720d8bd7;hpb=e8ee3c40c5d9f7f66a033e8492c34e282002e51d;p=chaz%2Ftint2 diff --git a/configure.ac b/configure.ac index 3488887..e7f41c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([tint2], [0.8], [http://code.google.com/p/tint2/issues]) +AC_INIT([tint2], [0.9rc1], [http://code.google.com/p/tint2/issues]) AM_INIT_AUTOMAKE @@ -125,10 +125,10 @@ then AC_CHECK_LIB([gthread-2.0], [g_thread_init], [], [AC_MSG_ERROR([libgthread-2.0 is missing, usually provided by glib-2.x])]) - TINT2CONF_LIBS="${LIBS} ${PTHREAD_LIB} ${GLIB2_LIB} ${GOBJECT2_LIB}" + TINT2CONF_LIBS="${LIBS} ${PTHREAD_LIB} ${GLIB2_LIB} ${GOBJECT2_LIB} ${IMLIB2_LIBS}" LIBS=$LIBS_SAVED - TINT2CONF_CFLAGS="$(${PKG_CONFIG} --cflags gtk+-x11-2.0 glib-2.0 gobject-2.0 gthread-2.0)" + TINT2CONF_CFLAGS="$(${PKG_CONFIG} --cflags gtk+-x11-2.0 glib-2.0 gobject-2.0 gthread-2.0) ${IMLIB2_CFLAGS}" AC_SUBST(TINT2CONF_CFLAGS) AC_SUBST(TINT2CONF_LIBS) @@ -156,6 +156,7 @@ AC_CONFIG_FILES([Makefile doc/Makefile sample/Makefile src/Makefile - src/tint2conf/Makefile]) + src/tint2conf/Makefile + src/version.h]) AC_OUTPUT