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

autoreconf --install --symlink

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

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