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