You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gs...@apache.org on 2001/10/03 11:10:02 UTC

cvs commit: apr buildconf

gstein      01/10/03 02:10:02

  Modified:    .        buildconf
  Log:
  Remove the generated libtool files. This assists with switching between
  libtool 1.3 and libtool 1.4.
  
  Submitted by: Mo DeJong <su...@bayarea.net>
  
  Revision  Changes    Path
  1.21      +4 -1      apr/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apr/buildconf,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- buildconf	2001/09/23 02:30:56	1.20
  +++ buildconf	2001/10/03 09:10:02	1.21
  @@ -74,6 +74,10 @@
   #
   echo "Copying libtool helper files ..."
   
  +# Remove any libtool files so one can switch between libtool 1.3
  +# and libtool 1.4 by simply rerunning the buildconf script.
  +(cd build ; rm -f ltconfig ltmain.sh libtool.m4)
  +
   $libtoolize --copy --automake
   
   ltpath=`dirname $libtoolize`
  @@ -84,7 +88,6 @@
       exit 1
   fi
   
  -rm -f build/libtool.m4
   cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4
   
   # This is just temporary until people's workspaces are cleared -- remove