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

set -e

exec autoreconf -ivf && \
aclocal && \
autoheader && \
autoconf && \
automake --add-missing --copy