root/trunk/libgadu/autogen.sh
| Revision 592, 141 bytes (checked in by jajcus, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | libtoolize --force || exit $? |
| 4 | aclocal -I m4 || exit $? |
| 5 | autoheader || exit $? |
| 6 | automake --foreign -a || exit $? |
| 7 | autoconf || exit $? |
Note: See TracBrowser for help on using the browser.
