ObjFW  autogen.sh at [b2c9f574cb]

File autogen.sh artifact acec2711ea part of check-in b2c9f574cb


#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1
./configure "$@" || exit 1