summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 35f44b3542bd00ef63b18056abfeb9e2f69bc2bb (plain)
1
2
3
4
5
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
mkdir -p m4
echo Building configuration system...
autoreconf -i && echo Now run ./configure and make