root/trunk/libgadu/autogen.sh

Revision 592, 141 bytes (checked in by jajcus, 4 years ago)

- now libgadu is included in the jggtrans source tree, so we don't depend on strange and not-working-well-with-jggtrans libgadu builds in distributions.

  • Property svn:executable set to *
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.