On 8/8/07, Ludovic Rousseau <[EMAIL PROTECTED]> wrote:
> I have the problem with automake 1.10
> $ ./autogen.sh
> + aclocal -I aclocal
> + libtoolize --copy --force --automake
> + autoheader --force
> + autoconf --force
> + automake-1.10 --add-missing --copy --force --foreign
> configure.in:198: required file `./config.rpath' not found
> configure.in:8: installing `./missing'

Hmmm
 nl use ltdl
-#AC_LIB_LINKFLAGS(ltdl)
+AC_CHECK_LIB([ltdl],lt_dlopen)

Solves this issue.
Anyone know why the AC_LIB_LINKFLAGS was used and not AC_CHECK_LIB?

Alon.
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to