From 531cca264a21552d80255334f9bf9f3e2cf19dbd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 11 May 2018 16:38:12 +0200 Subject: Fork as new project: lightdm-remote-session-remoteconfigure. --- configure.ac | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d3e4af4..576d15a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lightdm-remote-session-uccsconfigure], [1.1]) +AC_INIT([lightdm-remote-session-remoteconfigure], [1.1]) AM_INIT_AUTOMAKE([1.11 -Wno-portability]) AM_SILENT_RULES([yes]) @@ -7,16 +7,6 @@ AC_PROG_CC 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) - AC_CONFIG_FILES([ Makefile ]) -- cgit v1.2.3