stdlib: Fix %branch -> %fedora-branch.
[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 "$@"