]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
more portable Makefiles (thanks to Christian Weisgerber <naddy@mips.inka.de> from...
[netatalk.git] / autogen.sh
1 #!/bin/sh
2
3 # quick fix to remove old INSTALL/ directory
4 rm -Rvf 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