]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
osx adouble format . files are invalid if usedots is not set
[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
12
13 ./configure --enable-maintainer-mode "$@"