* Ralf Wildenhues wrote on Sun, Dec 04, 2005 at 04:25:28PM CET: > > This patch ensures that libltdl/aclocal.m4 and libltdl/Makefile.in are > always up to date. These dependencies are not real in the Libtool > source tree, but they will be in the client source tree, in the > subpackage case.
I should maybe add that with this patch, any change to, say, libtool.m4 will cause rebuilds of both aclocal.m4 and libltdl/aclocal.m4 and so on. Not too nice for development.. but it ensures correctly installed files. Cheers, Ralf > * Makefile.am (libltdl/Makefile.in): also depend on > libltdl/aclocal.m4, so that we guarantee timestamp consistency. > (libltdl/stamp-mk): New target, to fix `libltdl/Makefile.in'. > (EXTRA_DIST): Distribute `libltdl/stamp-mk'. > (all-local): Ensure the stamp files is up to date. > (libltdl/aclocal.m4): New target, to ensure timestamp > consistency. Depend on all m4 files.