freebsd-dev/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