build: Remove unused constructs: space' and AC_PROG_MAKE_SET'

The makefile variable `space' is never used.

The autoconf output variable `SET_MAKE' is never used, so the
autoconf macro `AC_PROG_MAKE_SET' has been removed.
This commit is contained in:
Michael Witten
2017-07-31 23:55:52 +00:00
committed by Matt Johnston
parent 1a37d7aa48
commit ad9db51434
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ AC_CONFIG_SRCDIR(buffer.c)
# Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
if test -z "$LD" ; then
LD=$CC