OpenPAM/autogen.sh

11 lines
105 B
Bash

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