Hello,
I would like to use libltdl in a project which puts it's scripts into
AC_CONFIG_AUX_DIR([scripts]). However, the libltdl configure script
doesn't use the aux dir, and fails:
Finished configuring.
type 'make' to build the package
then 'make install' to install it
configure: configuring in libltdl
configure: running /bin/sh './configure' --prefix=/usr/local
--enable-ltdl-convenience --cache-file=/dev/null --srcdir=.
loading cache /dev/null
configure: error: can not find install-sh or install.sh in . ./.. ./../..
configure: error: /bin/sh './configure' failed for libltdl
I'm using autoconf 2.54 and libtool 1.4.3. Is there any way to use
the aux dir *and* libltdl at the same time?
Thanks,
Roger
----
AC_INIT
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([scripts])
AM_INIT_AUTOMAKE([module-test], [1.0.0])
AM_CONFIG_HEADER([config.h])
AC_LIBLTDL_CONVENIENCE
AC_SUBST(LTDLINCL)
AC_SUBST(LIBLTDL)
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
AC_CONFIG_SUBDIRS(libltdl)
----
--
Roger Leigh
"Liberty and Livelihood" - Support the Countryside Alliance
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848 available on public keyservers
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool