From 58e97323dbbbd98cffea4b29003b34d965597203 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 21 Aug 2012 20:49:10 -0500 Subject: Basic build system --- configure.ac | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..97b43e1 --- /dev/null +++ b/configure.ac @@ -0,0 +1,19 @@ +AC_INIT([lightdm-remote-session-uccsconfigure], [0.0.1]) + +AM_INIT_AUTOMAKE([1.11 -Wno-portability]) +AM_SILENT_RULES([yes]) + +########################### +# 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 +]) +AC_OUTPUT -- cgit v1.2.3