1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/contrib/openpam/autogen.sh

11 lines
145 B
Bash
Raw Normal View History

2003-07-15 07:18:26 +00:00
#!/bin/sh -ex
2005-06-17 08:11:43 +00:00
#
# $P4: //depot/projects/openpam/autogen.sh#2 $
#
2003-07-15 07:18:26 +00:00
libtoolize --copy --force
aclocal
autoheader
automake -a -c --foreign
autoconf