summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 2aa4c30f32cf34b0d32a345e62d5b340dbc64035 (plain)
1
2
3
4
5
6
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
# We trust that the user has a recent enough autoconf & automake setup
# (not older than a few years...)
autoreconf -i
#$srcdir/configure "$@" && echo