]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
uams CVS Id tag addition, uams_dhx_pam auth module works again, new spec file for...
[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