Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitur Kirov <dkirov@gmail.com>2006-10-04 04:10:49 +0400
committerDimitur Kirov <dkirov@gmail.com>2006-10-04 04:10:49 +0400
commit59b6ae468a8668fc0d6c82470b5d938a05354909 (patch)
tree8f4fadd44c79871633b5deed5ac74e9c0e791b1a /autogen.sh
parent163cfef3b854672d03bbd69137a7ab18d36565bb (diff)
merge from trunk
automake based instalation
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 000000000..866c69b31
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+aclocal -I ./m4 --force
+autoconf
+autoheader
+automake --add-missing