1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/bash aclocal $ACLOCAL_FLAGS autoheader automake --foreign autoconf export CFLAGS='-O2 -Wall -W -pipe -g' echo "CFLAGS=$CFLAGS" echo "./configure $@" ./configure $@ unset CFLAGS make