% cd php4/ext % ./ext_skel --extname=xmms --proto=xmms.def Creating directory xmms Creating basic files: config.m4 Makefile.in .cvsignore xmms.c php_xmms.h CREDITS EXPERIMENTAL tests/001.phpt xmms.php [done]. % ls xmms config.m4 CREDITS EXPERIMENTAL xmms.c xmms.php Makefile.in php_xmms.h tests/
% cd xmms % vi config.m4 % cd ../.. % ./buildconf % ./configure --[with|enable]-xmms % make
% mv xmms /tmp % cd /tmp/xmms % vi config.m4 % phpize % ./configure --[with|enable]-xmms % make