]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
autogen fix for libtoolize (Wes Hardaker)
[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 --copy && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
8
9 # just in case automake generated errors...
10 autoconf