autogen.sh 146 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 #!/bin/sh set -e rm -rf config.cache build mkdir build aclocal -I m4 $ACLOCAL_FLAGS autoheader automake --add-missing $AUTOMAKE_FLAGS autoconf