#!/bin/bash aclocal $ACLOCAL_FLAGS automake --foreign autoconf export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g' echo "CFLAGS=$CFLAGS" echo "./configure $@" ./configure $@ unset CFLAGS make