Cygwin: Drop AC_SUBST(build_exeext)

The autoconf variable build_exeext isn't defined, and (since the doc
subdirectory doesn't build any executables) it's value isn't used.
This commit is contained in:
Jon Turney 2020-10-21 19:59:26 +01:00
parent 174268f4bb
commit d555072c94
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,5 @@ AC_CANONICAL_TARGET
AC_PROG_CC
AC_SUBST(build_exeext)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT