blautenb 2004/02/29 03:28:52
Modified: c/src configure configure.ac Log: Update NIX build for version 1.1 Revision Changes Path 1.23 +9 -12 xml-security/c/src/configure Index: configure =================================================================== RCS file: /home/cvs/xml-security/c/src/configure,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- configure 16 Feb 2004 11:30:01 -0000 1.22 +++ configure 29 Feb 2004 11:28:52 -0000 1.23 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.53 for XML-Security-C 1.0.0. +# Generated by GNU Autoconf 2.53 for XML-Security-C 1.1.0. # # Report bugs to <[email protected]>. # @@ -256,8 +256,8 @@ # Identity of this package. PACKAGE_NAME='XML-Security-C' PACKAGE_TARNAME='xml-security-c' -PACKAGE_VERSION='1.0.0' -PACKAGE_STRING='XML-Security-C 1.0.0' +PACKAGE_VERSION='1.1.0' +PACKAGE_STRING='XML-Security-C 1.1.0' PACKAGE_BUGREPORT='[email protected]' ac_unique_file="framework" @@ -774,7 +774,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.0.0 to adapt to many kinds of systems. +\`configure' configures XML-Security-C 1.1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -835,7 +835,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of XML-Security-C 1.0.0:";; + short | recursive ) echo "Configuration of XML-Security-C 1.1.0:";; esac cat <<\_ACEOF @@ -928,7 +928,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -XML-Security-C configure 1.0.0 +XML-Security-C configure 1.1.0 generated by GNU Autoconf 2.53 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -943,7 +943,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.0.0, which was +It was created by XML-Security-C $as_me 1.1.0, which was generated by GNU Autoconf 2.53. Invocation command line was $ $0 $@ @@ -4258,9 +4258,6 @@ #define XSEC_OPENSSL_HAVE_AES 1 _ACEOF -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 fi @@ -4875,7 +4872,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by XML-Security-C $as_me 1.0.0, which was +This file was extended by XML-Security-C $as_me 1.1.0, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4934,7 +4931,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -XML-Security-C config.status 1.0.0 +XML-Security-C config.status 1.1.0 configured by $0, generated by GNU Autoconf 2.53, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 1.23 +17 -55 xml-security/c/src/configure.ac Index: configure.ac =================================================================== RCS file: /home/cvs/xml-security/c/src/configure.ac,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- configure.ac 16 Feb 2004 11:30:01 -0000 1.22 +++ configure.ac 29 Feb 2004 11:28:52 -0000 1.23 @@ -1,63 +1,25 @@ -# The Apache Software License, Version 1.1 +# Copyright 2002-2004 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# imitations under the License. + +# All these setting come from the configure script +# We use configure to do most of the hard work as it is more +# designed to handle different system complexity than make # -# Copyright (c) 1999 The Apache Software Foundation. All rights -# reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# -# 3. The end-user documentation included with the redistribution, -# if any, must include the following acknowledgment: -# "This product includes software developed by the -# Apache Software Foundation (http://www.apache.org/)." -# Alternately, this acknowledgment may appear in the software itself, -# if and wherever such third-party acknowledgments normally appear. -# -# 4. The names "<WebSig>" and "Apache Software Foundation" must -# not be used to endorse or promote products derived from this -# software without prior written permission. For written -# permission, please contact [EMAIL PROTECTED] -# -# 5. Products derived from this software may not be called "Apache", -# nor may "Apache" appear in their name, without prior written -# permission of the Apache Software Foundation. -# -# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR -# ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF -# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. -# ==================================================================== -# -# This software consists of voluntary contributions made by many -# individuals on behalf of the Apache Software Foundation and was -# originally based on software copyright (c) 2001, Institute for -# Data Communications Systems, <http://www.nue.et-inf.uni-siegen.de/>. -# The development of this software was partly funded by the European -# Commission in the <WebSig> project in the ISIS Programme. -# For more information on the Apache Software Foundation, please see -# <http://www.apache.org/>. # Process this file with autoconf to produce a configure script -AC_INIT([[XML-Security-C]], [1.0.0], [EMAIL PROTECTED], [xml-security-c]) +AC_INIT([[XML-Security-C]], [1.1.0], [EMAIL PROTECTED], [xml-security-c]) # framework is a unique directory in src/ - allows configure to check # it is running in the correct directory
