summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: e06db9e48e7851380bedfd4fcd2f4154348b0bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

autoreconf --install --symlink

echo
echo "----------------------------------------------------------------"
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
echo
echo "./configure --with-deadline --with-json"
echo