NetBSD/dist/openpam/autogen.sh

11 lines
157 B
Bash
Raw Normal View History

2008-01-27 03:54:36 +03:00
#!/bin/sh
#
2008-01-27 03:54:36 +03:00
# $Id: autogen.sh,v 1.1.1.3 2008/01/27 00:54:48 christos Exp $
#
aclocal
2008-01-27 03:54:36 +03:00
libtoolize --copy --force
autoheader
automake -a -c --foreign
autoconf