source:
openpam/trunk/autogen.sh
@
309
| Revision 309, 145 bytes checked in by des, 8 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh -ex |
| 2 | # |
| 3 | # $P4: //depot/projects/openpam/autogen.sh#2 $ |
| 4 | # |
| 5 | |
| 6 | libtoolize --copy --force |
| 7 | aclocal |
| 8 | autoheader |
| 9 | automake -a -c --foreign |
| 10 | autoconf |
Note: See TracBrowser
for help on using the repository browser.