]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
bf02e0543710bbf7acff7f65e94786e4505fc355
[netatalk.git] / autogen.sh
1 #!/bin/sh
2
3 # build it all.
4 libtoolize --copy --force && \
5         aclocal -Imacros $ACLOCAL_FLAGS && \
6         autoheader && \
7         automake --include-deps --add-missing --foreign && \
8         autoconf
9
10 # just in case automake generated errors...
11 autoconf