]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
hack README stub
[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 && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
11
12 # just in case automake generated errors...
13 autoconf