On Fri, 14 Feb 2003, Marcus Börger wrote:

>[marcus@zaphod php4-HEAD]$ m4 --version
>GNU m4 1.4
>[marcus@zaphod php4-HEAD]$ ../make-php-HEAD
>using default Zend directory
>buildconf: checking installation...
>buildconf: autoconf version 2.13 (ok)
>buildconf: automake version 1.5 (ok)
>buildconf: libtool version 1.4.3 (ok)
>rebuilding configure
>configure.in:830: /usr/bin/m4: Undefined macro `AC_PROG_LIBTOOL'

    AC_PROG_LIBTOOL is defined in libtool.m4,
    which should come from libtool installation.
    Most likely you've just got mixed up versions in your
    system. Easiest way to get it working is to remove _all_
    the auto* tools and libtool. And compile all from sources.
    With same prefix..
    
    --Jani


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to