#! /bin/sh # # Created by configure CFLAGS='-fno-common' \ CXXFLAGS='-fno-common' \ LDFLAGS='-L/usr/local/lib -pthread -rpath=/usr/lib:/usr/local/lib' \ CC='cc' \ CXX='c++' \ './configure' \ '--with-cflags=-I/usr/local/include ' \ '--with-libs=-L/usr/local/lib -pthread -rpath=/usr/lib:/usr/local/lib' \ '--enable-pcre=yes' \ '--enable-docs=no' \ '--with-malloc=native' \ '--enable-start-stop-daemon=no' \ '--prefix=/usr/local' \ 'i386-unknown-gnu' \ "$@"