Hello, I'm trying to use configure script generated by buildconf. What I do is:
1. Get 4.1.2 sources, unpack 2. Remove configure script 3. Execute buildconf script, it produces this output: buildconf: checking installation... buildconf: autoconf version 2.52 (ok) buildconf: automake version 1.5 (ok) buildconf: libtool version 1.4 (ok) rebuilding configure configure.in:124: warning: AC_PROG_LEX invoked multiple times rebuilding main/php_config.h.in 4. Execute new configure script, it fails: checking for a BSD compatible install... /usr/bin/install -c [... cutted: more lines similar to this above ...] checking whether yytext is a pointer... yes /configure: line 3395: syntax error near unexpected token `fi' /configure: line 3395: `fi' I tried to manualy correct syntax of configure script (there had been more bugs like this one), but then i run make, and it said "no Makefile found" or something like this. Can anybody help me? -- Wojciech Gdela <[EMAIL PROTECTED]> -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php