David Thompson wrote:
> It looks as though your libtoolize isn't putting the stuff where it 
> needs to be. You can run libtoolize with more options. Try:
> 
> libtoolize --copy --debug --force
> 
> and see what the output gives.

Problem is: I don't know what 'stuff' is supposed to go where.
However, see below for the libtoolize output. Does that give a clue?
Thanks,
Rob.

$ libtoolize --copy --debug --force
libtoolize: enabling shell trace mode
+ force=yes
+ test -f configure.ac
+ configure_ac=configure.ac
+ cd /usr/local/share/libtool15
+ ls
+ files=config.guess
config.sub
libltdl
ltmain.sh
+ test -z config.guess
config.sub
libltdl
ltmain.sh
+ files=config.guess config.sub ltmain.sh
+ auxdir=.
+ grep ^AC_CONFIG_AUX_DIR configure.ac
+ auxdirline=
+ test -n
+ test -f ./install-sh
+ auxdir=.
+ break
+ test -z
+ grep ^A[MC]_PROG_LIBTOOL configure.ac
+ :
+ grep ^AC_PROG_RANLIB configure.ac
+ grep generated automatically by aclocal aclocal.m4
+ updatemsg=update your `aclocal.m4' by running aclocal
+ grep ^AC_DEFUN(\[A[MC]_PROG_LIBTOOL aclocal.m4
+ echo You should update your `aclocal.m4' by running aclocal.
You should update your `aclocal.m4' by running aclocal.
+ grep ^AC_LIB_LTDL configure.ac
+ test x = xyes
+ ltdlfiles=
+ test x = xyes
+ test . != .
+ test -f config.guess
+ test -z yes
+ rm -f config.guess
+ test -n
+ cp -f /usr/local/share/libtool15/config.guess config.guess
+ :
+ test -f config.sub
+ test -z yes
+ rm -f config.sub
+ test -n
+ cp -f /usr/local/share/libtool15/config.sub config.sub
+ :
+ test -f ltmain.sh
+ test -z yes
+ rm -f ltmain.sh
+ test -n
+ cp -f /usr/local/share/libtool15/ltmain.sh ltmain.sh
+ :
+ exit 0

Reply via email to