]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
patch to make Tru64 ltconfig proper (Burkhard Schmidt)
[netatalk.git] / autogen.sh
1 #!/bin/sh
2
3 # quick fix to remove old INSTALL/ directory
4 rm -fr INSTALL
5
6 # another fix to hack move of README
7 touch README
8
9 # build it all.
10 libtoolize --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