aboutsummaryrefslogtreecommitdiff
blob: 4f9c0764dd24ceeeb0a787aa1e28b607b81ee9db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

autoreconf --install --symlink

args="--prefix=/usr \
--sysconfdir=/etc"

echo
echo "----------------------------------------------------------------"
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
echo
echo "./configure CFLAGS='-ggdb -O0' $args"
echo