]> arthur.barton.de Git - netatalk.git/blob - autogen.sh
Changes made by Michel Jouvin - jouvin@lal.in2p3.fr - 23/11/2000
[netatalk.git] / autogen.sh
1 #!/bin/sh
2
3 libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
4
5 # just in case automake generated errors...
6 autoconf