cccde30157f45617b5179190b1b00e8aa58eec8f
[goals.git] / autogen.sh
1 autoreconf -i
2
3 # Although we don't use automake, we have to run this in order to
4 # create or regenerate install-sh (PR automake/546).
5 automake --add-missing >/dev/null 2>&1 ||:
6
7 ./configure "$@"