1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/contrib/openpam/autogen.sh
2014-09-15 13:40:09 +00:00

11 lines
164 B
Bash
Executable File

#!/bin/sh
#
# $Id: autogen.sh 815 2014-09-12 07:47:27Z des $
#
aclocal -I m4
libtoolize --copy --force
autoheader
automake --add-missing --copy --foreign
autoconf