X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=configure.ac;h=9b0ebb0f7c7c176a14819b74538f278493c93446;hb=9a5c5cded0a0b0b5c6b1cb66a920de90e8ce4a0b;hp=5b2501dcf6c836b4ad4be920a62142d4590e6457;hpb=fb20d3bb1d4aa932c2454edd5ea1be71dd0a69e7;p=rodin%2Fchimara.git diff --git a/configure.ac b/configure.ac index 5b2501d..9b0ebb0 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,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 +102,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 +144,7 @@ interpreters/nitfol/Makefile interpreters/glulxe/Makefile interpreters/git/Makefile tests/Makefile +player/Makefile docs/Makefile docs/reference/Makefile docs/reference/version.xml