xref: /freebsd/contrib/openpam/autogen.sh (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
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