Hi,

    I've removed ltconfig from cvs which should make it easier to
    notice whether your libtool installation is broken.

    If configure complains about not being able to find ltconfig,
    it is a clear indication that aclocal has used the libtool.m4
    of libtool 1.3.x to build aclocal.m4.  That is usually the
    result of installing libtool with another prefix than
    automake.

    Running the following sequence of commands should cure that
    (adapt to OS-specific commands as necessary):

    a=`which aclocal`; b=`which libtool`; \
    cp `dirname $b`/../share/aclocal/libtool.m4 \
    `dirname $a`/../share/aclocal/

    - Sascha                                     Experience IRCG
      http://schumann.cx/                http://schumann.cx/ircg


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to