ObjFW  autogen.sh at [344f03e297]

File autogen.sh artifact d0ae45f9ae part of check-in 344f03e297


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