I've upgraded my libtool (from 1.3.5 to 1.4.6), and couldn't 'make' httpd anymore. The reason was that 'make distclean' wasn't deleting these two files: ./srclib/apr/build/ltmain.sh ./srclib/apr-util/xml/expat/conftools/ltmain.sh here is a patch: Index: srclib/apr/build/Makefile.in =================================================================== RCS file: /home/cvspublic/apr/build/Makefile.in,v retrieving revision 1.3 diff -u -r1.3 Makefile.in --- srclib/apr/build/Makefile.in 2001/05/17 22:25:56 1.3 +++ srclib/apr/build/Makefile.in 2001/08/28 12:25:53 @@ -1,6 +1,6 @@ TARGETS= INCLUDES= -DISTCLEAN_TARGETS = rules.mk +DISTCLEAN_TARGETS = rules.mk ltmain.sh # bring in rules.mk for standard functionality @INCLUDE_RULES@ Index: srclib/apr-util/xml/expat/Makefile.in =================================================================== RCS file: /home/cvspublic/apr-util/xml/expat/Makefile.in,v retrieving revision 1.6 diff -u -r1.6 Makefile.in --- srclib/apr-util/xml/expat/Makefile.in 2001/05/05 17:37:00 1.6 +++ srclib/apr-util/xml/expat/Makefile.in 2001/08/28 12:25:54 @@ -121,7 +121,8 @@ @list='$(SUBDIRS)'; for dir in $$list; do \ cd $$dir; $(MAKE) distclean; cd ..; \ done - rm -f config.h config.status config.log libtool examples/Makefile xmlwf/Makefile Makefile + rm -f config.h config.status config.log libtool examples/Makefile \ + xmlwf/Makefile Makefile conftools/ltmain.sh extraclean: distclean rm -f configure aclocal.m4 _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/