]> jfr.im git - irc/unrealircd/unrealircd.git/blob - autogen.sh
Updates for new repository name of test framework.
[irc/unrealircd/unrealircd.git] / autogen.sh
1 #!/bin/bash
2
3 cd "$(dirname "${0}")"
4
5 ACLOCAL_AMFLAGS=(-I autoconf/m4)
6
7 aclocal "${ACLOCAL_AMFLAGS[@]}"
8 autoconf
9 autoheader