Hi all, In my project I'm doing in configure.ac: AC_LIBLTDL_CONVENIENCE AC_LIBLTDL_DLOPEN AC_PROG_LIBTOOL AC_SUBST(LIBLTDL) AC_SUBST(LTDLINCL) and in Makefile.am I'm adding LIBLTDL and LTDLINCL in LDADD and CPPFLAGS respectively. However, LIBLTDL seems to turn out to be ../libltdl/libltdlc.la which doesn't exist. Only libltdl.la exists. Why the extra 'c'? What's the autoconf problem? Any ideas? -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-ID - SAT Group _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf