autogen.sh 229 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 #! /bin/sh echo "Generating build information using autoreconf" echo "This may take a while..." test -d acinclude || mkdir acinclude autoreconf -i # Run configure for this platform echo "Now you are ready to run ./configure"