#! /bin/sh set -e cd `dirname "$0"` # -d --warnings=all autoreconf -v -f -i find . -name configure -exec sed -i -e 's/\"-g -O2\"/\"-g\"/g' {} \; -exec chmod +x {} \; -print sed -i -e 's/echo .bundle/echo .so/g' libpolys/configure sed -i -e 's/echo .bundle/echo .so/g' configure touch */configure */configure.ac */aclocal.m4 */configure */Makefile.am */Makefile.in */_config.h.in configure aclocal.m4 Makefile.am Makefile.in _config.h.in cd -