Got it!
Problem with AC_LIBLTDL_CONVENIENCE. Should have had autoreconf after
adding this to configure.ac.

Paulo Matos

On 05/06/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
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



--
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
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to