1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/contrib/openpam/autogen.sh
2007-12-21 11:49:29 +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