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