From bf75434c5f05c4b84f64d9e346756e6c99e971b0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 2 May 2018 15:13:37 +0200 Subject: Makefile.am: Drop dist-hook. Makes localinstall configure option obsolete, so also removed. --- configure.ac | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ba57d72..a8bb2d2 100644 --- a/configure.ac +++ b/configure.ac @@ -27,25 +27,11 @@ fi PKG_CHECK_MODULES(LIBSSH, libssh) -########################### -# Local Install -########################### - -with_localinstall="no" -AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], - [install all files locally (for distcheck)]), - with_localinstall=$enableval, - with_localinstall=no) - ########################### # PAM Module dir ########################### -if test "x$with_localinstall" = "xyes"; then - PAMMODULEDIR="${libdir}/security/" -else - PAMMODULEDIR="/lib/security" -fi +PAMMODULEDIR="/lib/security" AC_SUBST(PAMMODULEDIR) ########################### -- cgit v1.2.3