1 2 3 4 5 6 7 8
#! /bin/sh # Create empty ChangeLog if we are building from git tree test -f ChangeLog || touch ChangeLog autoreconf -v --install || exit 1 ./configure "$@"