summaryrefslogtreecommitdiff
path: root/doc/autogen-examples/configure.sh
blob: 7c743fd32ecf69cd01a13004690e84b7dfc549cc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

cd ../..

./configure --prefix=/usr   \
  --with-distro-name=radix  \
  --with-distro-version=1.1 \
  --with-gpg2=yes   \
  --with-dialog=yes