]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
416ff90d0cc51b880bd4850dbbb76e5fc91d72c4
[netatalk.git] / autogen.sh
1 #!/bin/sh
2
3 # quick fix to remove old INSTALL/ directory
4 rm -Rvf INSTALL
5
6 # build it all.
7 libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
8
9 # just in case automake generated errors...
10 autoconf