Add bootstrap.sh script
[cascardo/libreceita.git] / bootstrap.sh
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755 (executable)
index 0000000..41e9823
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# These are the necessary steps to generate the configure scripts.
+
+set -x
+
+# Use "build-aux" as our aux dir, i.e., put the generated files there.
+AUX_DIR=build-aux
+
+test -d $AUX_DIR || mkdir -p $AUX_DIR
+
+aclocal
+autoconf
+automake --add-missing --copy --force --foreign