#! /bin/sh # # Created by configure CFLAGS='-fno-common' \ CXXFLAGS='-fno-common' \ CC='gcc34' \ CXX='g++34' \ './configure' \ '--enable-soap' \ '--with-libxml-dir=/usr/local' \ '--with-php-config=/usr/local/bin/php-config' \ '--prefix=/usr/local' \ "$@"