]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
old patch for Tru64, forgot to commit
[netatalk.git] / autogen.sh
1 #!/bin/sh
2
3 # quick fix to remove old INSTALL/ directory
4 rm -R -f INSTALL
5
6 # another fix to hack move of README
7 touch README
8
9 # build it all.
10 libtoolize --force --copy && \
11         aclocal $ACLOCAL_FLAGS && \
12         autoheader && \
13         automake --include-deps --add-missing && \
14         autoconf
15
16 # just in case automake generated errors...
17 autoconf