summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: f718cc68dde45e23b769d8a7189ef1e526415184 (plain)
1
2
3
4
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
# ("-I make" is superfluous, kept only for legacy purposes, if any)
autoreconf -i -I make -v && echo Now run ./configure and make