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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRihards Olups <git-no-reply@zabbix.com>2010-02-05 16:05:09 +0300
committerRihards Olups <git-no-reply@zabbix.com>2010-02-05 16:05:09 +0300
commit656bb896bf656017c0c9c3a1edefbac0f85da595 (patch)
tree1c511dd5523f0c1d7619826cf3c4b206f7b1438a /bootstrap.sh
parent67701001968491f89006ffbf3cf8d9fe571ac35b (diff)
- [DEV-137] add basic bootstrap script
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 00000000000..28703804199
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Run this script to generate 'configure'
+
+aclocal -I m4
+autoconf
+autoheader
+automake -a
+automake