1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/contrib/openpam/autogen.sh
2003-07-15 07:18:26 +00:00

8 lines
94 B
Bash
Executable File

#!/bin/sh -ex
libtoolize --copy --force
aclocal
autoheader
automake -a -c --foreign
autoconf