OpenPAM/autogen.sh
Dag-Erling Smørgrav cf0612ac98 I've always run aclocal before libtoolize, but the latter installs .m4
files, which requires regenerating aclocal.m4, so it should really be the
other way around.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@744 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2013-09-08 19:27:39 +00:00

11 lines
107 B
Bash
Executable file

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