You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2007/09/15 03:51:43 UTC

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

Author: scantor
Date: Fri Sep 14 18:51:42 2007
New Revision: 575849

URL: http://svn.apache.org/viewvc?rev=575849&view=rev
Log:
Fix case of package name.

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?rev=575849&r1=575848&r2=575849&view=diff
==============================================================================
--- xml/security/trunk/c/configure (original)
+++ xml/security/trunk/c/configure Fri Sep 14 18:51:42 2007
@@ -1831,7 +1831,7 @@
 
 
 # Define the identity of the package.
- PACKAGE=XMl-Security-C
+ PACKAGE=xml-security-c
  VERSION=1.4.0
 
 

Modified: xml/security/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/configure.ac?rev=575849&r1=575848&r2=575849&view=diff
==============================================================================
--- xml/security/trunk/c/configure.ac (original)
+++ xml/security/trunk/c/configure.ac Fri Sep 14 18:51:42 2007
@@ -24,7 +24,7 @@
 
 # kick off automake
 
-AM_INIT_AUTOMAKE(XMl-Security-C, 1.4.0)
+AM_INIT_AUTOMAKE(xml-security-c, 1.4.0)
 AM_PROG_LIBTOOL
 
 # We want to control the autotools invocation