CMake find if autotools is available
When building autotools project via CMake ExternalProject, it is useful to first check in CMake that autotools is available to avoid emitting errors at build time. The goal is to emit errors about missing packages during build system configuration instead of during the build. We do this by including the file FindAutotools.cmake