summary refs log tree commit diff stats
path: root/libotr/libotr-4.1.1/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'libotr/libotr-4.1.1/bootstrap')
-rwxr-xr-xlibotr/libotr-4.1.1/bootstrap9
1 files changed, 9 insertions, 0 deletions
diff --git a/libotr/libotr-4.1.1/bootstrap b/libotr/libotr-4.1.1/bootstrap
new file mode 100755
index 0000000..a2ed29c
--- /dev/null
+++ b/libotr/libotr-4.1.1/bootstrap
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+set -x
+
+if [ ! -e config ]; then
+	mkdir config
+fi
+
+autoreconf -i