aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: bd7a15f5326342457fbd4a7cdd3d3801c8819c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# This generates our configure scripts and leads us onto the path of 
# the great Makefile...
#

set -e

if [ ! -d config ];
then
  mkdir config;
fi

WARNINGS="all,error"
export WARNINGS

autoreconf --install --verbose --force