root/trunk/autogen.sh
| Revision 396, 101 bytes (checked in by des, 3 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | # |
| 3 | # $Id$ |
| 4 | # |
| 5 | |
| 6 | aclocal |
| 7 | libtoolize --copy --force |
| 8 | autoheader |
| 9 | automake -a -c --foreign |
| 10 | autoconf |
Note: See TracBrowser
for help on using the browser.