xref: /freebsd/contrib/openpam/autogen.sh (revision f0574f5cf69e168cc4ea71ebbe5fdec9ec9a3dfe)
1#!/bin/sh
2#
3# $Id: autogen.sh 814 2014-09-12 07:46:46Z des $
4#
5
6libtoolize --copy --force
7aclocal -I m4
8autoheader
9automake --add-missing --copy --foreign
10autoconf
11