blob: e078c36988b3945f6b76d221891698df91e6b24b [file] [log] [blame]
#!/bin/sh -efu
OPT=
[ "${1-}" != '-f' ] || OPT=-f
autoreconf -iv $OPT
echo
echo "Now type '${0%/*}/configure' and 'make' to compile."
echo