You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2002/02/15 03:23:01 UTC

cvs commit: apr-util configure.in

jerenkrantz    02/02/14 18:23:01

  Modified:    .        configure.in
  Log:
  Rearrange things so that apu-config is set executable when config.status
  is run as well.
  
  Revision  Changes    Path
  1.46      +2 -2      apr-util/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr-util/configure.in,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- configure.in	6 Feb 2002 12:42:50 -0000	1.45
  +++ configure.in	15 Feb 2002 02:23:00 -0000	1.46
  @@ -129,6 +129,6 @@
       include/apr_ldap.h
       include/apu.h
       $MAKEFILES
  -	])
  -
  +	],[
   chmod +x apu-config
  +])