trawick     01/12/14 13:43:38

  Modified:    .        Makefile.in
  Log:
  fix the name of the shared library for libapr on AIX
  
  once we switched to run-time linking, libtool decided we wanted
  to use a .so file instead of an archive
  
  Revision  Changes    Path
  1.54      +1 -1      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- Makefile.in       2001/12/11 17:46:32     1.53
  +++ Makefile.in       2001/12/14 21:43:38     1.54
  @@ -79,7 +79,7 @@
        $(AWK) -f @APR_SOURCE_DIR@/build/make_var_export.awk $(EXPORT_FILES) > 
$@
   
   aprutil.exp: exports.c export_vars.h
  -     @echo "#! libaprutil.a(libaprutil.so.0)" > $@
  +     @echo "#! libaprutil.so" > $@
        @echo "* This file was AUTOGENERATED at build time." >> $@
        @echo "* Please do not edit by hand." >> $@
        $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | 
sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@
  
  
  

Reply via email to