From 7099005f38ff72fa5de5f245eb15077d8708efd6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 7 Dec 2017 10:52:54 +0100 Subject: Continue development of libpam-freerdp under the name libpam-freerdp2 (with support of FreeRDPv2 API). --- configure.ac | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 424c5f9..68656f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libpam-freerdp], [1.0.1]) +AC_INIT([libpam-freerdp2], [1.0.1]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 -Wno-portability]) @@ -25,27 +25,13 @@ fi # FreeRDP ########################### -PKG_CHECK_MODULES(FREERDP, freerdp) - -########################### -# 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) +PKG_CHECK_MODULES(FREERDP2, freerdp2) ########################### # 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