You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2006/10/15 11:36:45 UTC

svn commit: r464145 - in /xml/security/trunk/c: configure configure.ac

Author: blautenb
Date: Sun Oct 15 02:36:42 2006
New Revision: 464145

URL: http://svn.apache.org/viewvc?view=rev&rev=464145
Log:
Updates for v1.3.1

Modified:
    xml/security/trunk/c/configure
    xml/security/trunk/c/configure.ac

Modified: xml/security/trunk/c/configure
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/configure?view=diff&rev=464145&r1=464144&r2=464145
==============================================================================
--- xml/security/trunk/c/configure (original)
+++ xml/security/trunk/c/configure Sun Oct 15 02:36:42 2006
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for XML-Security-C 1.3.0.
+# Generated by GNU Autoconf 2.59 for XML-Security-C 1.3.1.
 #
 # Report bugs to <se...@xml.apache.org>.
 #
@@ -423,8 +423,8 @@
 # Identity of this package.
 PACKAGE_NAME='XML-Security-C'
 PACKAGE_TARNAME='xml-security-c'
-PACKAGE_VERSION='1.3.0'
-PACKAGE_STRING='XML-Security-C 1.3.0'
+PACKAGE_VERSION='1.3.1'
+PACKAGE_STRING='XML-Security-C 1.3.1'
 PACKAGE_BUGREPORT='security-dev@xml.apache.org'
 
 # Factoring default headers for most tests.
@@ -954,7 +954,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures XML-Security-C 1.3.0 to adapt to many kinds of systems.
+\`configure' configures XML-Security-C 1.3.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1020,7 +1020,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of XML-Security-C 1.3.0:";;
+     short | recursive ) echo "Configuration of XML-Security-C 1.3.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1172,7 +1172,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-XML-Security-C configure 1.3.0
+XML-Security-C configure 1.3.1
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1186,7 +1186,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by XML-Security-C $as_me 1.3.0, which was
+It was created by XML-Security-C $as_me 1.3.1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1832,7 +1832,7 @@
 
 # Define the identity of the package.
  PACKAGE=XMl-Security-C
- VERSION=1.3.0
+ VERSION=1.3.1
 
 
 cat >>confdefs.h <<_ACEOF
@@ -24255,7 +24255,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by XML-Security-C $as_me 1.3.0, which was
+This file was extended by XML-Security-C $as_me 1.3.1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -24318,7 +24318,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-XML-Security-C config.status 1.3.0
+XML-Security-C config.status 1.3.1
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: xml/security/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/configure.ac?view=diff&rev=464145&r1=464144&r2=464145
==============================================================================
--- xml/security/trunk/c/configure.ac (original)
+++ xml/security/trunk/c/configure.ac Sun Oct 15 02:36:42 2006
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation.
+# Copyright 2002-2006 The Apache Software Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,12 +19,12 @@
 
 # Process this file with autoconf to produce a configure script
 
-AC_INIT([[XML-Security-C]], [1.3.0], [security-dev@xml.apache.org], [xml-security-c])
+AC_INIT([[XML-Security-C]], [1.3.1], [security-dev@xml.apache.org], [xml-security-c])
 AC_CONFIG_AUX_DIR([config])
 
 # kick off automake
 
-AM_INIT_AUTOMAKE(XMl-Security-C, 1.3.0)
+AM_INIT_AUTOMAKE(XMl-Security-C, 1.3.1)
 AM_PROG_LIBTOOL
 
 # We want to control the autotools invocation