summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-10-28 15:16:18 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-10-28 15:16:18 +0000
commit01438cb0f83a659f75c37b8c29dfe28b3792e3c6 (patch)
tree0c1d115c2a3d18f0bedb9baa2277487a325455e8 /configure.ac
parent5abb4444594bb5eff9ba3afd95e4f569ce7bc239 (diff)
downloadlasso-01438cb0f83a659f75c37b8c29dfe28b3792e3c6.tar.gz
lasso-01438cb0f83a659f75c37b8c29dfe28b3792e3c6.tar.xz
lasso-01438cb0f83a659f75c37b8c29dfe28b3792e3c6.zip
rest2html is now shipped as rst2html, also looks for this one
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f2a7bbf7..68720c0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl - Second number is the number of supported API versions where API version >
dnl first number.
dnl - Third number is the current API version implementation version number.
dnl See libtool explanations about current, age and release, later in this file.
-AC_INIT([Liberty Alliance Single Sign On], 0.6.5, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([Liberty Alliance Single Sign On], 0.6.6, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
dnl Check existence of a relative pathed source file.
@@ -24,7 +24,7 @@ dnl Copy stamp REVISIO-INFO in the configure script.
AC_REVISION($Revision$)
dnl Run many macros mostly needed by configure.ac.
-AM_INIT_AUTOMAKE(lasso, 0.6.5)
+AM_INIT_AUTOMAKE(lasso, 0.6.6)
dnl Create rules to automaticaly regenerate the config header.
AM_CONFIG_HEADER(lasso/lasso_config.h)
dnl Add --enable-maintainer-mode option to configure.
@@ -698,7 +698,7 @@ dnl Conditional docs sub dir test.
AM_CONDITIONAL([GTK_DOC_ENABLED],[test "x$enable_gtk_doc" = "xyes"])
-AC_CHECK_PROGS(REST2HTML, rest2html)
+AC_CHECK_PROGS(REST2HTML, rest2html rst2html)
AM_CONDITIONAL(HAVE_REST2HTML, test -n "$ac_cv_prog_REST2HTML")
AC_CHECK_PROGS(XSLTPROC, xsltproc)