You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2003/11/02 23:06:11 UTC

cvs commit: apr/build apr_common.m4

jorton      2003/11/02 14:06:11

  Modified:    build    Tag: APR_0_9_BRANCH apr_common.m4
  Log:
  * build/apr_common.m4 (APR_LAYOUT): Low-risk fix for config.layout
  parser which breaks with some sed implementations.
  
  PR: 19251
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.55.2.1  +1 -1      apr/build/apr_common.m4
  
  Index: apr_common.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_common.m4,v
  retrieving revision 1.55
  retrieving revision 1.55.2.1
  diff -u -u -r1.55 -r1.55.2.1
  --- apr_common.m4	5 Apr 2003 21:42:20 -0000	1.55
  +++ apr_common.m4	2 Nov 2003 22:06:11 -0000	1.55.2.1
  @@ -757,7 +757,7 @@
     fi
     pldconf=./config.pld
     changequote({,})
  -  sed -e "1s/[ 	]*<[lL]ayout[ 	]*$2[ 	]*>[ 	]*//;t" \
  +  sed -e "1s/[ 	]*<[lL]ayout[ 	]*$2[ 	]*>[ 	]*//;1t" \
         -e "1,/[ 	]*<[lL]ayout[ 	]*$2[ 	]*>[ 	]*/d" \
         -e '/[ 	]*<\/Layout>[ 	]*/,$d' \
         -e "s/^[ 	]*//g" \