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