* Ralf Wildenhues wrote on Thu, Nov 24, 2005 at 05:36:50PM CET: > * Peter O'Gorman wrote on Thu, Nov 24, 2005 at 03:29:24PM CET: > > cd . && /bin/sh ./config.status libtool > > config.status: executing libtool commands > > cp ../libtool/libltdl/argz_.h libltdl/argz.h-t > > cp: cannot create regular file `libltdl/argz.h-t': No such file or directory > > make: *** [libltdl/argz.h] Error 1
Scratch my first patch, it creates libltdl/libltdl in the subpackage case. Next try: add slash, so our sed script that creates libltdl/Makefile.am removes this. Add `.' so $(mkinstalldirs) has at least one argument. Cheers, Ralf Index: libltdl/Makefile.inc =================================================================== RCS file: /cvsroot/libtool/libtool/libltdl/Makefile.inc,v retrieving revision 1.3 diff -u -r1.3 Makefile.inc --- libltdl/Makefile.inc 14 Nov 2005 20:39:27 -0000 1.3 +++ libltdl/Makefile.inc 24 Nov 2005 17:49:24 -0000 @@ -138,6 +138,7 @@ # doesn't have one that works with the given compiler. all-local $(lib_OBJECTS): libltdl/$(ARGZ_H) libltdl/argz.h: libltdl/argz_.h + $(mkinstalldirs) . libltdl/ cp $(srcdir)/libltdl/argz_.h [EMAIL PROTECTED] mv [EMAIL PROTECTED] $@ MOSTLYCLEANFILES += libltdl/argz.h \ _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool