aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-08-14 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-08-14 08:00:00 +0000
commit5a2cf804f22ce76df0c5ce6dac8db17000ac0041 (patch)
treeb00748089375c16b40daf3f3c368049fe492b4f4
parent6ed459ed948e626f6a8ae2dc1ee0e16ff985675a (diff)
downloadpam-5a2cf804f22ce76df0c5ce6dac8db17000ac0041.tar.gz
pam-5a2cf804f22ce76df0c5ce6dac8db17000ac0041.tar.bz2
pam-5a2cf804f22ce76df0c5ce6dac8db17000ac0041.zip
configure.ac: do not use AC_PROG_MAKE_SET
Given that SET_MAKE defined by AC_PROG_MAKE_SET has never been used directly, and AM_INIT_AUTOMAKE that needs this also calls AC_PROG_MAKE_SET itself, there is no point in using this macro. * configure.ac (AC_PROG_MAKE_SET): Remove.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4fbf7a0d..0e847699 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,6 @@ AC_PROG_YACC
AM_PROG_LEX
AC_PROG_INSTALL
AC_PROG_LN_S
-AC_PROG_MAKE_SET
AM_PROG_CC_C_O
PAM_LD_AS_NEEDED
PAM_LD_NO_UNDEFINED