]> gitweb @ CieloNegro.org - daemon.git/blob - autogen.sh
Use of getopt() was in an unportable way.
[daemon.git] / autogen.sh
1 #!/bin/sh
2 set -x
3
4 aclocal        || exit 1
5 autoheader     || exit 1
6 automake -a -c || exit 1
7 autoconf       || exit 1