aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 0b1eec9d8a654694e6b48eef29f61052fd662fe8 (plain)
1
2
3
4
5
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal && autoheader && autoconf && automake
./configure --enable-debug