- Fixed header installing under phpize builds

This commit is contained in:
foobar 2005-11-21 23:07:36 +00:00
parent 77e5a7e300
commit bcade7ced4
8 changed files with 53 additions and 27 deletions

View file

@ -24,12 +24,14 @@ case "$1" in
echo $libs;;
--extension-dir)
echo $extension_dir;;
--include-dir)
echo $includedir;;
--php-binary)
echo $php_binary;;
--version)
echo $version;;
*)
echo "Usage: $0 [--prefix|--includes|--ldflags|--libs|--extension-dir|--php-binary|--version]"
echo "Usage: $0 [--prefix|--includes|--ldflags|--libs|--extension-dir|--include-dir|--php-binary|--version]"
exit 1;;
esac