X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=configure.ac;h=81677ccaf92e1936506ca3e593179a373bbdea2f;hp=5d0c1ecbb05df3fd47ea57b652eae9971b0b9d37;hb=HEAD;hpb=b1a03904003733d21bf579e37316cc2906eb7e49 diff --git a/configure.ac b/configure.ac index 5d0c1ec..81677cc 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Initialize Autoconf # Args: (human-readable package name, package version, bug report address, # tarballname) -AC_INIT([chimara], [0.1]) +AC_INIT([chimara], [0.9]) # Sanity check to make sure we are running Autoconf from the right directory AC_CONFIG_SRCDIR(libchimara/chimara-glk.c) # Put m4 macros in their own directory @@ -25,12 +25,14 @@ LT_VERSION_INFO="$CHIMARA_CURRENT:$CHIMARA_REVISION:$CHIMARA_AGE" AC_SUBST(LT_VERSION_INFO) ### REQUIREMENTS ############################################################## -GTK_REQUIRED_VERSION=2.12 -GLIB_REQUIRED_VERSION=2.16 -GTK_DOC_REQUIRED_VERSION=1.11 +# Recommended GTK version: at least 2.12 +# Recommended Glib version: at least 2.16 +GTK_REQUIRED_VERSION=2.6 +GLIB_REQUIRED_VERSION=2.6 +GTK_DOC_REQUIRED_VERSION=1.9 AC_SUBST(GTK_REQUIRED_VERSION) AC_SUBST(GLIB_REQUIRED_VERSION) -AC_SUBST(GTK_DOC_REQUIRED_VERSION) # Gtk-Doc 1.11 required +AC_SUBST(GTK_DOC_REQUIRED_VERSION) ### DECLARE COMPILERS ######################################################### @@ -50,7 +52,7 @@ LT_INIT # Libtool 2.2.6 and up #LT_PREREQ([2.2.6]) # ...goddamn Debian still has 1.5 AC_PROG_LIBTOOL # Old way of declaring Libtool AM_GNU_GETTEXT([external]) # Gettext, link to system libintl -IT_PROG_INTLTOOL # Intltool +IT_PROG_INTLTOOL([0.40.0]) # Intltool PKG_PROG_PKG_CONFIG # pkg_config GTK_DOC_CHECK($GTK_DOC_REQUIRED_VERSION) # Other utilities used in this package's various make scripts @@ -102,9 +104,6 @@ AC_ARG_ENABLE([rpm], [rpm=false] ) AM_CONDITIONAL([BUILDING_RPM], [$TEST "x$rpm" = xtrue]) -# The user can specify the RPM release number in the environment (e.g. '1') -AC_ARG_VAR([RPM_RELEASE], [Release number to build RPMs with [1]]) -AS_IF([$TEST "x$RPM_RELEASE" = x], [RPM_RELEASE=1]) ### CHECK FOR LIBRARIES ####################################################### @@ -147,6 +146,7 @@ interpreters/nitfol/Makefile interpreters/glulxe/Makefile interpreters/git/Makefile tests/Makefile +player/Makefile docs/Makefile docs/reference/Makefile docs/reference/version.xml