Cleanup gitignore.
[Qnixx.git] / autogen.sh
blob5e02957f492d452a0913ed2d46603181076174f7
1 #!/usr/bin/env bash
3 # find the location of the source code
4 srcdir="$(dirname "$0")"
5 test -z "$srcdir" && srcdir=.
6 cd "$srcdir"
8 # get system "install-sh" and run autoconf
9 cp "$(automake --print-libdir)/install-sh" . && autoconf