blob: bd7a15f5326342457fbd4a7cdd3d3801c8819c66 [file] [log] [blame]
Jacob Appelbaum5de8b0a2012-02-02 01:43:22 +01001#!/bin/sh
2#
3# This generates our configure scripts and leads us onto the path of
4# the great Makefile...
5#
6
7set -e
8
Jacob Appelbaumd9618892012-07-15 16:06:18 -04009if [ ! -d config ];
10then
11 mkdir config;
12fi
13
Brian Aker95d9fd52012-10-15 22:44:03 -040014WARNINGS="all,error"
15export WARNINGS
16
17autoreconf --install --verbose --force