You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eli Marmor <ma...@elmar.co.il> on 1999/05/13 13:35:40 UTC

Patch for binbuild.sh to support apxs

Hi,

Description:
===========
When using the APACI's "BinaryDistribution" layout, and/or
binbuild.sh, to build Apache, an "install-bindist.sh" script is
generated, which can be used to fix various files (e.g. apachectl
and httpd.conf) so they will fit the correct directories.
Unfortunately, apxs is not touched, although it had to (its contents
are incorrect for BinaryDistribution layout).

The attached patch resolves this problem. I am not an APACI's expert
so please review it before adopting it. Maybe there is a better way
to do it. In addition, I believe that there are more files which are
not touched by binbuild.sh (i.e. install-bindist.sh) but should be.

The attached diff refers to the 1.3.6 source tree, not to the up-to-
date CVS version. Note: Both of the "[ 	]" there, mean "[ \t]" (i.e.
blank or tab), and not a string of blanks. Sorry for the long lines!

-- 
Eli Marmor
***************************************************************
 *   ___ _  __ ___  __    _ |__ _ _    marmor@elmar.co.il      *
  *     | | | \   | | \    |  / |\/     El-Mar Software Ltd.    *
   *    | | | _)  | | _)     /  | \      Tel.: 972-50-237338     *
    *    ___________________________      Fax: 972-9-766-1314     *
     *   \_________________________ \      http://www.elmar.co.il  *
      *    _________  __  ____     \ \____  __    _                 *
       *   \_______ \ \_\|  _ \  __ \____ \ \ \  | |                 *
        *          \ \   | | \ \ \_\     \ \ \ \ | |                *
         *          \ \  | | _\ \         ) ) \ \ \_\_             *
          *          \ \ |_| \___)       (_/   \_\  \_\           *
           *          \ \_______________________________         *
            *          \________________________________\       *
             *                                                 *
              *************************************************