From 427cb53fddf0c517d1fd1025a87b1104735edd2a Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 3 Dec 2011 21:23:21 -0500 Subject: [PATCH] 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 Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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