diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-12-03 21:23:21 -0500 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-12-05 14:33:00 -0800 |
commit | 427cb53fddf0c517d1fd1025a87b1104735edd2a (patch) | |
tree | c496cb714aeeef00c175150b3c2b838d2e6dad35 | |
parent | c19c55a93ab1bc6db56075ca34d6e1c3f522f622 (diff) |
autoconf: remove redundant AC_PROG_MAKE_SET
Already included during Automake initialization.
After the patch, no change:
configure:3893: checking whether make sets $(MAKE)
configure:3915: result: yes
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d019366d9..cd26a2bd7 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,6 @@ AC_PROG_LN_S AC_LIBTOOL_WIN32_DLL AC_DISABLE_STATIC AC_PROG_LIBTOOL -AC_PROG_MAKE_SET PKG_PROG_PKG_CONFIG AC_PROG_LEX AC_PROG_YACC |