diff options
Diffstat (limited to 'libotr/libotr-4.1.1/bootstrap')
-rwxr-xr-x | libotr/libotr-4.1.1/bootstrap | 9 |
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 |