You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fi...@apache.org on 2001/05/01 04:17:19 UTC

cvs commit: apr configure.in

fielding    01/04/30 19:17:19

  Modified:    .        configure.in
  Log:
  Use symbols for AR and RANLIB.  Add missing newline to output.
  
  Revision  Changes    Path
  1.296     +2 -2      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.295
  retrieving revision 1.296
  diff -u -r1.295 -r1.296
  --- configure.in	2001/04/29 05:22:15	1.295
  +++ configure.in	2001/05/01 02:17:16	1.296
  @@ -113,7 +113,7 @@
         lib_target="-rpath \$(libdir) \$\$objects"
   else
         lt_compile="\$(COMPILE) -c \$<"
  -      link="ar cr \$(TARGET_LIB) \$\$objects; ranlib \$(TARGET_LIB)"
  +      link="\$(AR) cr \$(TARGET_LIB) \$\$objects; \$(RANLIB) \$(TARGET_LIB)"
         so_ext="o"
         lib_target=""
   fi
  @@ -126,7 +126,7 @@
   dnl #----------------------------- Checks for compiler flags
   nl='
   '
  -echo $ac_n "${nl}Check for compiler flags..."
  +echo $ac_n "${nl}Check for compiler flags...${nl}"
   
   AC_ARG_ENABLE(debug,[  --enable-debug            Turn on debugging and compile time warnings],
     [APR_ADDTO(CFLAGS,-g)