summaryrefslogtreecommitdiffstats
path: root/handbook/poky-doc-tools/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'handbook/poky-doc-tools/autogen.sh')
-rwxr-xr-xhandbook/poky-doc-tools/autogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/handbook/poky-doc-tools/autogen.sh b/handbook/poky-doc-tools/autogen.sh
new file mode 100755
index 0000000000..5daa935608
--- /dev/null
+++ b/handbook/poky-doc-tools/autogen.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+autoreconf -v --install || exit 1
+./configure --enable-maintainer-mode --enable-debug "$@"