summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-09-27 17:49:19 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-09-27 17:49:19 +0000
commit00da015d6bae67bc8eb1f4b7d9d641d84e063f2f (patch)
tree8f294678bd92eda868de7ce0819f09bbb0310256 /configure.ac
parentc6abf35401a2ca73839fa3e4ff0612dbdd06005d (diff)
downloadlasso-00da015d6bae67bc8eb1f4b7d9d641d84e063f2f.tar.gz
lasso-00da015d6bae67bc8eb1f4b7d9d641d84e063f2f.tar.xz
lasso-00da015d6bae67bc8eb1f4b7d9d641d84e063f2f.zip
disabled mcs test and updated version to 0.6.3
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 cf16bf09..1041dae9 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.2, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([Liberty Alliance Single Sign On], 0.6.3, 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.2)
+AM_INIT_AUTOMAKE(lasso, 0.6.3)
dnl Create rules to automaticaly regenerate the config header.
AM_CONFIG_HEADER(lasso/lasso_config.h)
dnl Add --enable-maintainer-mode option to configure.
@@ -462,7 +462,7 @@ fi
CSHARPPATHSEPARATOR="/"
CSHARPCYGPATH_W=echo
-if test -z "$CSHARPBIN" ; then
+if false and test -z "$CSHARPBIN" ; then
#languages_available="$languages_available C#($CSHARPCOMPILER)"
CSHARPCILINTERPRETER=""
if test "cscc" = "$CSHARPCOMPILER" ; then