summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 4de5f1c3df226becd944433042d1f6bd5e06650e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
set -e

srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"

echo "Updating build configuration files, please wait...."

autoreconf -isf