rbb         01/04/07 21:11:22

  Modified:    .        configure.in
  Log:
  Don't litter the filesystem with ranlib and touch files if we aren't using
  libtool.
  
  Revision  Changes    Path
  1.282     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.281
  retrieving revision 1.282
  diff -u -d -b -w -u -r1.281 -r1.282
  --- configure.in      2001/04/07 20:19:06     1.281
  +++ configure.in      2001/04/08 04:11:22     1.282
  @@ -103,7 +103,7 @@
         so_ext="lo"
         lib_target="\$(libdir) \$\$objects"
       else
  -      lt_compile="\$(COMPILE) -c \$< && touch \$@"
  +      lt_compile="\$(COMPILE) -c \$<"
         link="ar cr \$(TARGET_LIB) \$\$objects; ranlib \$(TARGET_LIB)"
         so_ext="o"
       fi ], [
  
  
  

Reply via email to