aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-07 09:24:37 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-07 09:24:37 +0100
commit349c023757d351d9e59b93bcfad7d06874c7d2ec (patch)
tree400d8dee168339b8668e2390211673a74397b98b /configure.ac
parentc8cbafbcd7e4ff27f776631e8bcd97031fc8c10e (diff)
downloadlightdm-remote-session-freerdp2-349c023757d351d9e59b93bcfad7d06874c7d2ec.tar.gz
lightdm-remote-session-freerdp2-349c023757d351d9e59b93bcfad7d06874c7d2ec.tar.bz2
lightdm-remote-session-freerdp2-349c023757d351d9e59b93bcfad7d06874c7d2ec.zip
Continue project under name lightdm-remote-session-freerdp2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 2 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index 4216307..2d5a1c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([lightdm-remote-session-freerdp], [1.0])
+AC_INIT([lightdm-remote-session-freerdp2], [1.0])
AM_INIT_AUTOMAKE([1.11 -Wno-portability])
AM_SILENT_RULES([yes])
@@ -8,24 +8,10 @@ AC_PROG_INSTALL
AM_PROG_CC_C_O
###########################
-# 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)