]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
* moved lp2pap.sh out of root of repository
[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