as aclocal-1.16 may not be available on the build host as make has no
dependancies. remove patch to configure.ac. patch still works as the
required depends are still available.
This reverts commit e0b6641f50.
Changing configure.ac requires aclocal-1.15 to be installed on the
build host as the configure script needs to be regenerated.
This breaks builds on all systems without automake-1.15, so revert
the change until a solution for the Arch make issue is found
that doesn't introduce a ton of host dependencies.
Signed-off-by: Matthias Reichl <hias@horus.com>