> "Kevin" == Kevin Dalley <[EMAIL PROTECTED]> writes:
Kevin> Here's a slightly revised test. I removed the Makefile.am
Kevin> modification. libtool is still built by configure, but it is
Kevin> never removed. For a real life application, the libraries
Kevin> might appear in a subdirectory,
Here's a slightly revised test. I removed the Makefile.am
modification. libtool is still built by configure, but it is never
removed. For a real life application, the libraries might appear in a
subdirectory, rather than in the top level directory. Since
lib_LTLIBRARIES is not necessary for cr
> "Kevin" == Kevin Dalley <[EMAIL PROTECTED]> writes:
Kevin> In a Makefile which is created using automake-1.4f, libtool is not
Kevin> removed by distclean-am, in fact, it doesn't seem to be removed at
Kevin> all. In automake-1.4-p4, libtool is removed by distclean-am. These
Kevin> are the
In a Makefile which is created using automake-1.4f, libtool is not
removed by distclean-am, in fact, it doesn't seem to be removed at
all. In automake-1.4-p4, libtool is removed by distclean-am. These
are the libtool related macros which I use:
AC_LIBTOOL_DLOPEN
AC_DISABLE_SHARED
AC_PROG_LIBTOO