coar        99/04/14 04:06:25

  Modified:    apr      configure.in
               apr/lib  Makefile.in
  Log:
        Correct usage of RANLIB to be a macro, and put OS/2 platform
        flag into the same format as the others.
  
  Revision  Changes    Path
  1.5       +1 -1      apache-apr/apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/configure.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure.in      1999/04/10 04:28:00     1.4
  +++ configure.in      1999/04/14 11:06:24     1.5
  @@ -61,7 +61,7 @@
   fi
   
   if (test "$SYS_SW" = "OS/2"); then
  -    CFLAGS="$CFLAGS -DOS2"
  +    PLATFORM="-DOS2"
   fi
   
   dnl Checks for header files.
  
  
  
  1.4       +1 -1      apache-apr/apr/lib/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/lib/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in       1999/04/10 04:28:02     1.3
  +++ Makefile.in       1999/04/14 11:06:24     1.4
  @@ -36,7 +36,7 @@
   $(LIB): $(OBJS)
        $(RM) -f $@
        $(AR) cr $@ $(OBJS)
  -     @RANLIB@ $@
  +     $(RANLIB) $@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  
  
  

Reply via email to