xref: /freebsd/contrib/openpam/autogen.sh (revision 100353cfbf882e23c911300ebd0cb458bd3ee975)
1#!/bin/sh
2#
3# $OpenPAM: autogen.sh 938 2017-04-30 21:34:42Z des $
4#
5
6libtoolize --copy --force
7aclocal -I m4
8autoheader
9automake --add-missing --copy --foreign
10autoconf
11