Angus Leeming <[EMAIL PROTECTED]> writes: | $ grep mkinstalldirs * | config.log:MKINSTALLDIRS='../config/mkinstalldirs' | config.status:s,@MKINSTALLDIRS@,../config/mkinstalldirs,;t t | Makefile:mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs | Makefile:MKINSTALLDIRS = ../config/mkinstalldirs > | It really looks like the file isn't used.
did you try a "make distcheck" as well? both srcdir == builddir and srcdir != builddir It was added for a reason (mkinstalldirs), but that reason might not be valid anymore. -- Lgb