GIF89a;
Mass Deface Email Grabber
aclocal.m4) } phpize_replace_prefix() { $SED \ -e "s#/usr#$prefix#" \ < "$phpdir/phpize.m4" > configure.in } phpize_autotools() { $PHP_AUTOCONF || exit 1 $PHP_AUTOHEADER || exit 1 } phpize_check_headers() { if test ! -f $includedir/main/php.h; then echo "Can't find PHP headers in $includedir" echo "The php-devel package is required for use of this command." exit 1 fi } # Main script case "$1" in # Cleanup --clean) phpize_check_configm4 1 phpize_clean exit 0 ;; # Usage --help) phpize_usage exit 0 ;; # Version --version|-v) phpize_check_headers phpize_print_api_numbers exit 0 ;; # Default *) phpize_check_headers phpize_check_configm4 0 phpize_check_build_files phpize_print_api_numbers phpize_copy_files phpize_replace_prefix touch install-sh mkinstalldirs missing phpize_check_shtool phpize_check_autotools phpize_autotools ;; esac exit 0