]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
Automake/autoconf fixes/additions
[netatalk.git] / autogen.sh
1 #!/bin/sh
2
3 libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
4