~remote-login-service-team/lightdm-remote-session-uccsconfigure/trunk

1 by Ted Gould
Basic build system
1
AC_INIT([lightdm-remote-session-uccsconfigure], [0.0.1])
2
3
AM_INIT_AUTOMAKE([1.11 -Wno-portability])
4
AM_SILENT_RULES([yes])
5
6
###########################
7
# Local Install
8
###########################
9
10
with_localinstall="no"
11
AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall],
12
                                           [install all files locally (for distcheck)]),
13
              with_localinstall=$enableval,
14
              with_localinstall=no)
15
16
AC_CONFIG_FILES([
17
  Makefile
18
])
19
AC_OUTPUT