aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 4058d259c087a98ca5ca40314a785835be63a519 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

# Create empty ChangeLog if we are building from git tree
test -f ChangeLog || touch ChangeLog

autoreconf -v --install || exit 1

./configure "$@"