[EMAIL PROTECTED] wrote:
> 
> MM is a strange beast, because it is an import of an external project.  My
> own opinion is that we should completely remove MM, because it is more
> than APR needs, and it doesn't really work the way I want it to.  However,
> because I don't have time to replace it, we should make it fit cleanly
> into APR.
> 
> I would like to see MM's configure script use APR's version of libtool, et
> al.

For this, the patch looks easy  - Find it enclosed -
The additional thing is to remove the following file from cvs:
config.guess                                            
config.sub                                              
ltconfig                                                
ltmain.sh 

About removing files from CVS I think these 2 files should be removed from APR:
build/config.guess
build/config.sub
They are from libtool and are regenerated by buildconf.

                                             

> 
> Just my 0.02.
> 
> Ryan
> 
> On Wed, 21 Mar 2001, jean-frederic clere wrote:
> 
> > Hi,
> >
> > I have detected that the libtool files are in the cvs of 
> > apr/shmem/unix/mm...
> > config.guess, config.sub, libtool ...
> > That an old version of libtool (1.3.4).
> >
> > I think that apr/shmem/unix/mm should work like the rest of apr: buildconf
> > should create the needed tools.
> >
> > Cheers
> >
> > Jean-frederic
> >
> >
> 
> _______________________________________________________________________________
> Ryan Bloom                              [EMAIL PROTECTED]
> 406 29th St.
> San Francisco, CA 94131
> -------------------------------------------------------------------------------
Index: shmem/unix/mm/aclocal.m4
===================================================================
RCS file: /home/cvs/apache/apr/shmem/unix/mm/aclocal.m4,v
retrieving revision 1.9
diff -u -r1.9 aclocal.m4
--- shmem/unix/mm/aclocal.m4    2000/12/31 12:26:41     1.9
+++ shmem/unix/mm/aclocal.m4    2001/03/21 14:50:55
@@ -57,8 +57,8 @@
 test ".$ac_cv_prog_gcc"    = .yes && libtool_flags="$libtool_flags --with-gcc"
 test ".$ac_cv_prog_gnu_ld" = .yes && libtool_flags="$libtool_flags 
--with-gnu-ld"
 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" LD="$LD" \
-${CONFIG_SHELL-/bin/sh} ltconfig --no-reexec \
-$libtool_flags --no-verify ltmain.sh $PLATFORM ||\
+${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
+$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $PLATFORM ||\
 AC_MSG_ERROR([libtool configuration failed])
 LIBTOOL="\$(TOP)/libtool"
 AC_SUBST(LIBTOOL)

Reply via email to