blautenb 2003/06/27 05:07:03
Modified: c/src configure configure.ac Log: Update for 1.0.0 release Revision Changes Path 1.16 +13 -23 xml-security/c/src/configure Index: configure =================================================================== RCS file: /home/cvs/xml-security/c/src/configure,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- configure 7 Jun 2003 10:33:28 -0000 1.15 +++ configure 27 Jun 2003 12:07:02 -0000 1.16 @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.53 for XML-Security-C 0.2.0. +# Generated by GNU Autoconf 2.53 for XML-Security-C 1.0.0. # -# Report bugs to <[EMAIL PROTECTED]>. +# Report bugs to <[email protected]>. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -256,9 +256,9 @@ # Identity of this package. PACKAGE_NAME='XML-Security-C' PACKAGE_TARNAME='xml-security-c' -PACKAGE_VERSION='0.2.0' -PACKAGE_STRING='XML-Security-C 0.2.0' -PACKAGE_BUGREPORT='[EMAIL PROTECTED]' +PACKAGE_VERSION='1.0.0' +PACKAGE_STRING='XML-Security-C 1.0.0' +PACKAGE_BUGREPORT='[email protected]' ac_unique_file="framework" # Factoring default headers for most tests. @@ -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 0.2.0 to adapt to many kinds of systems. +\`configure' configures XML-Security-C 1.0.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 0.2.0:";; + short | recursive ) echo "Configuration of XML-Security-C 1.0.0:";; esac cat <<\_ACEOF @@ -865,7 +865,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <[EMAIL PROTECTED]>. +Report bugs to <[email protected]>. _ACEOF fi @@ -928,7 +928,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -XML-Security-C configure 0.2.0 +XML-Security-C configure 1.0.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 0.2.0, which was +It was created by XML-Security-C $as_me 1.0.0, which was generated by GNU Autoconf 2.53. Invocation command line was $ $0 $@ @@ -1229,19 +1229,9 @@ # Define the files we wish to generate -#AC_CONFIG_FILES([Makefile \ -# canon/Makefile \ -# transformers/Makefile \ -# dsig/Makefile \ -# enc/Makefile \ -# enc/OpenSSL/Makefile \ -# framework/Makefile \ -# utils/Makefile \ -# utils/unixutils/Makefile \ -# tools/Makefile \ -# samples/Makefile]) ac_config_files="$ac_config_files Makefile canon/Makefile transformers/Makefile dsig/Makefile enc/Makefile enc/OpenSSL/Makefile framework/Makefile utils/Makefile utils/unixutils/Makefile tools/Makefile samples/Makefile" +# AC_CONFIG_FILES([Makefile canon/Makefile transformers/Makefile dsig/Makefile enc/Makefile enc/OpenSSL/Makefile framework/Makefile utils/Makefile utils/unixutils/Makefile tools/Makefile samples/Makefile]) ac_config_headers="$ac_config_headers framework/XSECConfig.hpp" @@ -4553,7 +4543,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by XML-Security-C $as_me 0.2.0, which was +This file was extended by XML-Security-C $as_me 1.0.0, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4612,7 +4602,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -XML-Security-C config.status 0.2.0 +XML-Security-C config.status 1.0.0 configured by $0, generated by GNU Autoconf 2.53, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 1.16 +13 -13 xml-security/c/src/configure.ac Index: configure.ac =================================================================== RCS file: /home/cvs/xml-security/c/src/configure.ac,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- configure.ac 7 Jun 2003 10:33:28 -0000 1.15 +++ configure.ac 27 Jun 2003 12:07:03 -0000 1.16 @@ -57,7 +57,7 @@ # Process this file with autoconf to produce a configure script -AC_INIT([[XML-Security-C]], [0.2.0], [EMAIL PROTECTED], [xml-security-c]) +AC_INIT([[XML-Security-C]], [1.0.0], [EMAIL PROTECTED], [xml-security-c]) # framework is a unique directory in src/ - allows configure to check # it is running in the correct directory @@ -66,18 +66,18 @@ # Define the files we wish to generate -#AC_CONFIG_FILES([Makefile \ -# canon/Makefile \ -# transformers/Makefile \ -# dsig/Makefile \ -# enc/Makefile \ -# enc/OpenSSL/Makefile \ -# framework/Makefile \ -# utils/Makefile \ -# utils/unixutils/Makefile \ -# tools/Makefile \ -# samples/Makefile]) -AC_CONFIG_FILES([Makefile canon/Makefile transformers/Makefile dsig/Makefile enc/Makefile enc/OpenSSL/Makefile framework/Makefile utils/Makefile utils/unixutils/Makefile tools/Makefile samples/Makefile]) +AC_CONFIG_FILES([Makefile \ + canon/Makefile \ + transformers/Makefile \ + dsig/Makefile \ + enc/Makefile \ + enc/OpenSSL/Makefile \ + framework/Makefile \ + utils/Makefile \ + utils/unixutils/Makefile \ + tools/Makefile \ + samples/Makefile]) +# AC_CONFIG_FILES([Makefile canon/Makefile transformers/Makefile dsig/Makefile enc/Makefile enc/OpenSSL/Makefile framework/Makefile utils/Makefile utils/unixutils/Makefile tools/Makefile samples/Makefile]) AC_CONFIG_HEADERS([framework/XSECConfig.hpp]) # Get user options
