ObjFW  autogen.sh at [486760ed2b]

File autogen.sh artifact acec2711ea part of check-in 486760ed2b


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