On Tue, 16 Sep 2003, Guy Harris wrote:
> > plugins/docsis/Makefile.am:29: library used but `LIBTOOL' not defined in
> > `configure.in'
> >
> > which suggests a problem with configure.am ...
>
> (I assume you meant "a problem with configure.in".)
Yes ...
> Try applying the attached patch to the top-level configure.in and
> re-running autogen.
>
> If that works, then it's yet another problem with the removal of the
> AM_PROG_LIBTOOL call from the top-level configure.in.
OK, that fixed FreeBSD. I will try Linux as well soon.
Regards
-----
Richard Sharpe, rsharpe[at]ns.aus.com, rsharpe[at]samba.org,
sharpe[at]ethereal.com, http://www.richardsharpe.com
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ethereal/configure.in,v
retrieving revision 1.221
diff -c -r1.221 configure.in
*** configure.in 10 Sep 2003 07:17:21 -0000 1.221
--- configure.in 16 Sep 2003 17:13:19 -0000
***************
*** 771,776 ****
--- 771,777 ----
AC_SUBST(plugindir)
dnl libtool defs
+ AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)
AM_CONDITIONAL(ENABLE_STATIC, test x$enable_static = xyes)