[PHP-DEV] the shared configuration could not output Makefile From: Rui Hirokawa (louis <email protected>)
Date: 08/05/00

Hello.

Since a few days,I could not make the shared extension module
using php4.0.2dev from cvs-tree because configure script doesn't
output Makefile.

For example, in php4/ext/pgsql/
>phpize
>./configure --with-pgsql=/usr
[there is no Makefile ...]

I modified /usr/local/lib/php/build/acinclude.m4 manually
(I attached a small patch),and after that,
php4/ext/pgsql/Makefile is composed successfully.

My question is,
Any other people has same problem ?
Is there any incompatiblity in the recent cvs tree about building
shared extension module ?
My solution is correct ?
 
--------------------------------------------------------------------
Rui Hirokawa <louis <email protected>>
maintainer of japanese PHP manual <hirokawa <email protected>>

*** acinclude.m4.orig Sat Aug 5 19:10:37 2000
--- acinclude.m4 Sat Aug 5 19:10:59 2000
***************
*** 309,315 ****
  ])
  
  AC_DEFUN(PHP_GEN_MAKEFILES,[
! $SHELL $srcdir/build/fastgen.sh $srcdir $ac_cv_mkdir_p $1
  ])
  
  AC_DEFUN(PHP_TM_GMTOFF,[
--- 309,315 ----
  ])
  
  AC_DEFUN(PHP_GEN_MAKEFILES,[
! $SHELL $srcdir/build/fastgen.sh $srcdir $ac_cv_mkdir_p $PHP_FAST_OUTPUT_FILES
  ])
  
  AC_DEFUN(PHP_TM_GMTOFF,[

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>