]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
More automake/autoconf updates (megatron is disabled, but netatalk builds)
[netatalk.git] / autogen.sh
1 #!/bin/sh
2
3 libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
4
5 # just in case automake generated errors...
6 autoconf