summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/autogen.sh
blob: 1958dfc958cf2cb1f7b2c0651bb16784f49036b7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# $Id: autogen.sh 709 2013-08-18 14:47:20Z des $
#

aclocal -I m4
libtoolize --copy --force
autoheader
automake -a -c --foreign
autoconf
OpenPOWER on IntegriCloud