Make ncurses build with GCC 5.0 and up
[freebsd.git] / contrib / openpam / autogen.sh
1 #!/bin/sh
2 #
3 # $Id: autogen.sh 815 2014-09-12 07:47:27Z des $
4 #
5
6 aclocal -I m4
7 libtoolize --copy --force
8 autoheader
9 automake --add-missing --copy --foreign
10 autoconf