GOMEZ Henri wrote:
>
> >> autoconf: Undefined macros:
> >> configure.in:23:AC_PROG_LD
> >>
> >> I've got autoconf 2.13, libtool 1.3.4, automake 1.4 :)
> >>
> >> The configure.in from yesterday (without AC_PROG_LD)
> >> worked fine...
> >
> >I use libtool 1.3.5... AC_PROG_LD is in libtool.m4
> >(/usr/local/share/aclocal) I
> >have...
> >Could you check your? - If not try to update libtool (I have
> >not yet tested with
> >libtool 1.4) -
>
> Strange I've got AC_PROG_LD in /usr/share/aclocal/libtool.m4 ?
I think I know what is wrong: The aclocal.m4
(jakarta-tomcat-connectors/jk/src/native). It does not contain AC_PROG_LD
because aclocal has failed?
you have to run buildconf before configure
+++
echo "libtoolize --force --automake"
libtoolize --force --automake
echo "automake -a --foreign -i"
automake -a --foreign -i
echo "aclocal"
#aclocal --acdir=`aclocal --print-ac-dir`
#aclocal --acdir=/usr/local/share/aclocal
aclocal
echo "autoconf"
autoconf
+++
And I have to update README.configure!
> It's attached
>
> --------------------------------------------------------------------------------
> Name: libtool.m4
> libtool.m4 Type: unspecified type (application/octet-stream)
> Encoding: quoted-printable