source: openpam/trunk/autogen.sh @ 309

Revision 309, 145 bytes checked in by des, 8 years ago (diff)

Add $P4$ tags to files that didn't already have them.

Line 
1#!/bin/sh -ex
2#
3# $P4: //depot/projects/openpam/autogen.sh#2 $
4#
5
6libtoolize --copy --force
7aclocal
8autoheader
9automake -a -c --foreign
10autoconf
Note: See TracBrowser for help on using the repository browser.