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/03/16 11:59:07 UTC

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

Author: blautenb
Date: Thu Mar 16 02:59:05 2006
New Revision: 386305

URL: http://svn.apache.org/viewcvs?rev=386305&view=rev
Log:
Update to v1.3 and create lib dir during install

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

Modified: xml/security/trunk/c/src/configure
URL: http://svn.apache.org/viewcvs/xml/security/trunk/c/src/configure?rev=386305&r1=386304&r2=386305&view=diff
==============================================================================
--- xml/security/trunk/c/src/configure (original)
+++ xml/security/trunk/c/src/configure Thu Mar 16 02:59:05 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.2.0.
+# Generated by GNU Autoconf 2.59 for XML-Security-C 1.3.0.
 #
 # Report bugs to <se...@xml.apache.org>.
 #
@@ -269,8 +269,8 @@
 # Identity of this package.
 PACKAGE_NAME='XML-Security-C'
 PACKAGE_TARNAME='xml-security-c'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='XML-Security-C 1.2.0'
+PACKAGE_VERSION='1.3.0'
+PACKAGE_STRING='XML-Security-C 1.3.0'
 PACKAGE_BUGREPORT='security-dev@xml.apache.org'
 
 ac_unique_file="framework"
@@ -792,7 +792,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.2.0 to adapt to many kinds of systems.
+\`configure' configures XML-Security-C 1.3.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -853,7 +853,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of XML-Security-C 1.2.0:";;
+     short | recursive ) echo "Configuration of XML-Security-C 1.3.0:";;
    esac
   cat <<\_ACEOF
 
@@ -979,7 +979,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-XML-Security-C configure 1.2.0
+XML-Security-C configure 1.3.0
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -993,7 +993,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.2.0, which was
+It was created by XML-Security-C $as_me 1.3.0, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -4062,7 +4062,7 @@
 						LINK="${CXX} ${CXXFLAGS} -DLINUX -ldl ${PIC}"
 						LINK_COMMAND_1="(cd \$(LIB_DIR) ; rm -f \$(LIBMAJORNAME) ; \$(LN_S) \$(LIBNAME) \$(LIBMAJORNAME))"
 						LINK_COMMAND_2="(cd \$(LIB_DIR) ; rm -f \$(LIBSHORTNAME) ; \$(LN_S) \$(LIBNAME) \$(LIBSHORTNAME))"
-						INSTALL_COMMAND_1="\$(INSTALL) \${THISLIB} \$(DESTDIR)\${libdir}"
+						INSTALL_COMMAND_1="\$(INSTALL) -d \$(DESTDIR)\${libdir} && \$(INSTALL) \${THISLIB} \$(DESTDIR)\${libdir}"
 						INSTALL_COMMAND_2="\$(RM) \$(DESTDIR)\${libdir}/\${LIBMAJORNAME} && \$(LN_S) \${LIBNAME} \$(DESTDIR)\${libdir}/\${LIBMAJORNAME}"
 						INSTALL_COMMAND_3="\$(RM) \$(DESTDIR)\${libdir}/\${LIBSHORTNAME} && \$(LN_S) \${LIBNAME} \$(DESTDIR)\${libdir}/\${LIBSHORTNAME}"
 
@@ -5534,10 +5534,10 @@
 done
 
 # Check to ensure the config.hpp file has been added :
-
 check_cnf=`echo ${framework_include_files} | grep XSECConfig`
+check_cnf2=`echo ${framework_include_files} | grep XSEC`
 
-if test "${framework_include_files}" != "${check_cnf}" ; then
+if test "${check_cnf2}" != "${check_cnf}" ; then
 	framework_include_files="${framework_include_files} XSECConfig.hpp"
 fi
 
@@ -6063,7 +6063,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by XML-Security-C $as_me 1.2.0, which was
+This file was extended by XML-Security-C $as_me 1.3.0, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6123,7 +6123,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-XML-Security-C config.status 1.2.0
+XML-Security-C config.status 1.3.0
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: xml/security/trunk/c/src/configure.ac
URL: http://svn.apache.org/viewcvs/xml/security/trunk/c/src/configure.ac?rev=386305&r1=386304&r2=386305&view=diff
==============================================================================
--- xml/security/trunk/c/src/configure.ac (original)
+++ xml/security/trunk/c/src/configure.ac Thu Mar 16 02:59:05 2006
@@ -19,7 +19,7 @@
 
 # Process this file with autoconf to produce a configure script
 
-AC_INIT([[XML-Security-C]], [1.2.0], [security-dev@xml.apache.org], [xml-security-c])
+AC_INIT([[XML-Security-C]], [1.3.0], [security-dev@xml.apache.org], [xml-security-c])
 
 # framework is a unique directory in src/ - allows configure to check
 # it is running in the correct directory
@@ -246,7 +246,7 @@
 						LINK=["${CXX} ${CXXFLAGS} -DLINUX -ldl ${PIC}"]
 						LINK_COMMAND_1=["(cd \$(LIB_DIR) ; rm -f \$(LIBMAJORNAME) ; \$(LN_S) \$(LIBNAME) \$(LIBMAJORNAME))"]
 						LINK_COMMAND_2=["(cd \$(LIB_DIR) ; rm -f \$(LIBSHORTNAME) ; \$(LN_S) \$(LIBNAME) \$(LIBSHORTNAME))"]
-						INSTALL_COMMAND_1=["\$(INSTALL) \${THISLIB} \$(DESTDIR)\${libdir}"]
+						INSTALL_COMMAND_1=["\$(INSTALL) -d \$(DESTDIR)\${libdir} && \$(INSTALL) \${THISLIB} \$(DESTDIR)\${libdir}"]
 						INSTALL_COMMAND_2=["\$(RM) \$(DESTDIR)\${libdir}/\${LIBMAJORNAME} && \$(LN_S) \${LIBNAME} \$(DESTDIR)\${libdir}/\${LIBMAJORNAME}"]
 						INSTALL_COMMAND_3=["\$(RM) \$(DESTDIR)\${libdir}/\${LIBSHORTNAME} && \$(LN_S) \${LIBNAME} \$(DESTDIR)\${libdir}/\${LIBSHORTNAME}"]
 
@@ -726,10 +726,10 @@
 done
 
 # Check to ensure the config.hpp file has been added :
-
 check_cnf=`echo ${framework_include_files} | grep XSECConfig`
+check_cnf2=`echo ${framework_include_files} | grep XSEC`
 
-if test "${framework_include_files}" != "${check_cnf}" ; then
+if test "${check_cnf2}" != "${check_cnf}" ; then
 	framework_include_files="${framework_include_files} XSECConfig.hpp"
 fi