Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 35149 invoked from network); 29 Sep 2010 08:00:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Sep 2010 08:00:43 -0000 Received: (qmail 13404 invoked by uid 500); 29 Sep 2010 08:00:43 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 13294 invoked by uid 500); 29 Sep 2010 08:00:41 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 13282 invoked by uid 99); 29 Sep 2010 08:00:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 08:00:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 08:00:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 314782388A2C; Wed, 29 Sep 2010 08:00:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1002504 - /apr/apr-util/branches/1.5.x/xml/expat/conftools/PrintPath Date: Wed, 29 Sep 2010 08:00:18 -0000 To: commits@apr.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100929080019.314782388A2C@eris.apache.org> Author: jorton Date: Wed Sep 29 08:00:18 2010 New Revision: 1002504 URL: http://svn.apache.org/viewvc?rev=1002504&view=rev Log: * xml/expat/conftools/PrintPath: Sync with apr trunk. Modified: apr/apr-util/branches/1.5.x/xml/expat/conftools/PrintPath Modified: apr/apr-util/branches/1.5.x/xml/expat/conftools/PrintPath URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/xml/expat/conftools/PrintPath?rev=1002504&r1=1002503&r2=1002504&view=diff ============================================================================== --- apr/apr-util/branches/1.5.x/xml/expat/conftools/PrintPath (original) +++ apr/apr-util/branches/1.5.x/xml/expat/conftools/PrintPath Wed Sep 29 08:00:18 2010 @@ -1,4 +1,21 @@ #!/bin/sh +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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 +# limitations under the License. +# +# # Look for program[s] somewhere in $PATH. # # Options: @@ -12,9 +29,6 @@ # # Initially written by Jim Jagielski for the Apache configuration mechanism # (with kudos to Kernighan/Pike) -# -# This script falls under the Apache License. -# See http://www.apache.org/docs/LICENSE ## # Some "constants" @@ -45,7 +59,7 @@ done # # First of all, all OS/2 programs have the '.exe' extension. # Next, we adjust PATH (or what was given to us as PATH) to -# be whitespace seperated directories. +# be whitespace separated directories. # Finally, we try to determine the best flag to use for # test/[] to look for an executable file. OS/2 just has '-r' # but with other OSs, we do some funny stuff to check to see