Howdy,
  I'm trying to manually build the lates version of dbg on my up to date gentoo box for php 5.0.4.
I'm running deferphpize and here is my output.
 	| Quote: | 
	
 
hemna dbg-2.11.23-src # ./deferphpize
 
Configuring for:
 
PHP Api Version:         20031224
 
Zend Module Api No:      20041030
 
Zend Extension Api No:   220040412
 
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of AM_OPTIONS_WXCONFIG
 
  run info '(automake)Extending aclocal'
 
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
 
/usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of AM_PATH_WXCONFIG
 
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
 
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
 
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE
 
/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
 
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
 
/usr/share/aclocal/libxosd.m4:9: warning: underquoted definition of AM_PATH_LIBXOSD
 
/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD
 
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
 
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
 
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
 
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
 
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
 
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
 
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
 
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF
 
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
 
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
 
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
 
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT
 
autoconf: Undefined macros:
 
configure.in:63:AC_PROG_LIBTOOL
 
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of AM_OPTIONS_WXCONFIG
 
  run info '(automake)Extending aclocal'
 
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
 
/usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of AM_PATH_WXCONFIG
 
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
 
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
 
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE
 
/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
 
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
 
/usr/share/aclocal/libxosd.m4:9: warning: underquoted definition of AM_PATH_LIBXOSD
 
/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD
 
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
 
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
 
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
 
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
 
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
 
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
 
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
 
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF
 
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
 
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
 
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
 
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT
 
loading cache ./config.cache
 
./configure: line 532: PHP_INIT_BUILD_SYSTEM: command not found
 
./configure: line 538: syntax error near unexpected token `config.nice'
 
./configure: line 538: `PHP_CONFIG_NICE(config.nice)'
 
make: *** No targets specified and no makefile found.  Stop.
 
 | 	
 
Here is a snippet of the  configure script that is generated by phpize
...
 	| Quote: | 
	
 
 
PHP_INIT_BUILD_SYSTEM
 
 
 
abs_srcdir=`(cd $srcdir && pwd)`
 
abs_builddir=`pwd`
 
 
PHP_CONFIG_NICE(config.nice)
 
 
 |