ossp-pkg/xds/autogen.sh 1.1 -> 1.2
--- autogen.sh 2001/08/13 19:23:32 1.1
+++ autogen.sh 2001/08/13 19:48:02 1.2
@@ -3,15 +3,15 @@
## XDS - OSSP Extensible Data Serialization Library
## Copyright (c) 2001 The OSSP Project (http://www.ossp.org/)
## Copyright (c) 2001 Cable & Wireless Deutschland (http://www.cw.com/de/)
-##
+##
## This file is part of OSSP XDS, an extensible data serialization
## library which can be found at http://www.ossp.org/pkg/xds/.
-##
+##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
-##
+##
## 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.
@@ -49,7 +49,7 @@
case "$v" in
$e )
;;
- $a )
+ $a )
echo "$0:WARNING: $t version $v still accepted, although expected $e." 1>&2
;;
* )
|
|