1 2 3 4 5 6 7 8 9
#! /bin/sh aclocal && \ libtoolize -c --force && \ autoheader && \ automake -a -c || automake -a -c autoconf echo "You can now run \"./configure\" and \"make\""