This commit is contained in:
Jesse van den Kieboom 2006-02-06 18:44:27 +00:00
parent b0b6d9fc63
commit 2a1b6c0ca5
1 changed files with 7 additions and 4 deletions

View File

@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(gnoemoe, 2.0.0, http://www.icecrew.nl/software/gnoemoe)
AC_INIT(gnoemoe, 2.0.2, http://www.icecrew.nl/software/gnoemoe)
AC_CONFIG_SRCDIR(gnoemoe/gm-app.c)
AC_DEFINE_UNQUOTED(IVERSION, "200", "this is used for internal representation of the version")
AC_DEFINE_UNQUOTED(IVERSION, "202", "this is used for internal representation of the version")
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@ -19,12 +19,15 @@ AM_PROG_LIBTOOL
AM_PROG_CC_STDC
AC_HEADER_STDC
AM_PROG_LIBTOOL
AC_PROG_INTLTOOL
AM_GCONF_SOURCE_2
AC_PROG_YACC
PKG_CHECK_MODULES(PACKAGE, [
gtk+-2.0 >= 2.6.0
gconf-2.0 >= 1.1.9
gdk-pixbuf-2.0
libgnome-2.0
libglade-2.0
@ -33,7 +36,6 @@ PKG_CHECK_MODULES(PACKAGE, [
libgnomeui-2.0
vte
libxml-2.0
cairo
])
AC_SUBST(PACKAGE_CFLAGS)
@ -163,6 +165,7 @@ gnoemoe/parser/Makefile
po/Makefile.in
scripts/Makefile
ui/Makefile
data/Makefile
])
echo