I'm using libtool 1.5.24 with libltdl as a convenience library in subdir ./libltdl.
I followed the instructions here: http://www.gnu.org/software/libtool/manual.html#Distributing-libltdl The problem is that make targets 'dist' and 'distcheck' yield the error: make: *** No rule to make target `mkinstalldirs', needed by `distdir'. Stop. so I can't build a tarball. The other targets seems to work fine and libltdl "works" as advertised within my project. My autogen.sh looks like this: echo Running $ACLOCAL ... && $ACLOCAL -I m4 echo Running $LIBTOOLIZE --ltdl --force --copy ... && $LIBTOOLIZE --ltdl --force --copy echo Running $AUTOHEADER ... && $AUTOHEADER echo Running $AUTOMAKE --add-missing --copy --gnu ... && $AUTOMAKE --add-missing --copy --gnu echo Running $AUTOCONF ... && $AUTOCONF The libtool section of my configure.ac looks like this: dnl ********************** dnl * Initialize libtool * dnl ********************** AC_LIBLTDL_CONVENIENCE AC_SUBST([LTDLINCL]) AC_SUBST([LIBLTDL]) AC_LIBTOOL_DLOPEN AC_LIBTOOL_WIN32_DLL AM_DISABLE_STATIC AM_PROG_LIBTOOL AC_CONFIG_SUBDIRS(libltdl) and my top-level Makefile.am does have libltdl in SUBDIRS. aclocal --version aclocal (GNU automake) 1.10 libtool --version ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.456 2007/06/24 02:25:32) autoheader --version autoheader (GNU Autoconf) 2.61 automake --version automake (GNU automake) 1.10 autoconf --version autoconf (GNU Autoconf) 2.61 Any suggestions? I was hoping not to have to tweak the libltdl subdir contents since libtoolize overwrites it -- . Thanks for any help. Phil
pgpsgl8jaofVm.pgp
Description: PGP signature
_______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool