summaryrefslogtreecommitdiff
path: root/doc/autogen-examples/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/autogen-examples/configure.sh')
-rwxr-xr-xdoc/autogen-examples/configure.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/autogen-examples/configure.sh b/doc/autogen-examples/configure.sh
new file mode 100755
index 0000000..7c743fd
--- /dev/null
+++ b/doc/autogen-examples/configure.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+cd ../..
+
+./configure --prefix=/usr \
+ --with-distro-name=radix \
+ --with-distro-version=1.1 \
+ --with-gpg2=yes \
+ --with-dialog=yes