diff mcabber/autogen.sh @ 58:ae554b2a6703

[/trunk] Changeset 73 by mikael * Some files should be generated after checkout, and should not be in the repository. autogen.sh can be used to generate the files...
author mikael
date Wed, 06 Apr 2005 12:57:41 +0000
parents
children 9a6ba4b38e63
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/autogen.sh	Wed Apr 06 12:57:41 2005 +0000
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+libtoolize --force --automake
+aclocal -I macros/
+autoheader
+autoconf
+automake -a --copy