freebsd-dev/contrib/openpam/autogen.sh
Dag-Erling Smørgrav 57392877a2 Flatten and clean up.
2008-12-13 22:45:22 +00:00

11 lines
143 B
Bash
Executable File

#!/bin/sh
#
# $Id: autogen.sh 396 2007-10-24 09:58:18Z des $
#
aclocal
libtoolize --copy --force
autoheader
automake -a -c --foreign
autoconf