Mercurial > dropbear
comparison configure.ac @ 1490:9b87cbe931e3
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.
author | Michael Witten <mfwitten@gmail.com> |
---|---|
date | Mon, 31 Jul 2017 23:55:52 +0000 |
parents | 67bcd5fa40c6 |
children | 55120acb9994 |
comparison
equal
deleted
inserted
replaced
1489:fdae6fae00af | 1490:9b87cbe931e3 |
---|---|
9 AC_INIT | 9 AC_INIT |
10 AC_CONFIG_SRCDIR(buffer.c) | 10 AC_CONFIG_SRCDIR(buffer.c) |
11 | 11 |
12 # Checks for programs. | 12 # Checks for programs. |
13 AC_PROG_CC | 13 AC_PROG_CC |
14 AC_PROG_MAKE_SET | |
15 | 14 |
16 if test -z "$LD" ; then | 15 if test -z "$LD" ; then |
17 LD=$CC | 16 LD=$CC |
18 fi | 17 fi |
19 AC_SUBST(LD) | 18 AC_SUBST(LD) |