autogen.sh 143 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 #!/bin/sh # aclocal automake --foreign autoconf # Run configure for this platform #./configure $* echo "Now you are ready to run ./configure"