summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 6887018fc317d42fc3a0ca4fff1b4a63d4ae829e (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"
echo