David R Newman wrote:

> > > When I run ./mkall, I get these errors:
> > >
> > > /usr/bin/phpize: aclocal: command not found
> > > /usr/bin/phpize: autoconf: command not found
> > > /usr/bin/phpize: autoheader: command not found
> >
> > You need to install autoconf.
> 
> After installing autoconf, I get a different set of errors:
> 
> /usr/bin/phpize: aclocal: command not found

Sorry, forgot: aclocal is part of automake. You need that too.

> autoconf: Undefined macros:
> ***BUG in autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH
> ***BUG in autoconf--please report*** AC_ADD_INCLUDE
> ***BUG in autoconf--please report*** AC_ADD_LIBRARY
> ***BUG in autoconf--please report*** AC_ADD_INCLUDE

Try changing the AC_ prefix to PHP_ in config.m4. It's not something
we can fix, PHP changed the build process after 404pl1.

> configure.in:43:AC_PROG_LIBTOOL

You need libtool too.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to