summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 3983feb5d143b2fab2017db9af838fde40fc7c28 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

set -e

autoreconf --force --install
echo "Now type './configure ...' and 'make' to compile."