]> git.proxmox.com Git - mirror_lxc.git/blame - configure.ac
Merge pull request #871 from ysbnim/master
[mirror_lxc.git] / configure.ac
CommitLineData
5e97c3fc 1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
99d78dcc
SG
4m4_define([lxc_version_major], 2)
5m4_define([lxc_version_minor], 0)
9588a6ce 6m4_define([lxc_version_micro], 0)
b5e6a376 7m4_define([lxc_version_beta], rc5)
99d78dcc 8m4_define([lxc_version_abi], 1.2.0)
9588a6ce
SH
9
10m4_define([lxc_version_base], [lxc_version_major.lxc_version_minor.lxc_version_micro])
11m4_define([lxc_version],
12 [ifelse(lxc_version_beta, [], [lxc_version_base], [lxc_version_base.lxc_version_beta])])
13
14AC_INIT([lxc], [lxc_version])
ddb93593
SG
15
16# We need pkg-config
17PKG_PROG_PKG_CONFIG
18
9588a6ce
SH
19AC_SUBST(LXC_VERSION_BASE, lxc_version_base)
20AC_SUBST(LXC_VERSION_BETA, lxc_version_beta)
5e97c3fc 21
a22185dd
ÇO
22AC_SUBST([LXC_VERSION_MAJOR], [lxc_version_major])
23AC_SUBST([LXC_VERSION_MINOR], [lxc_version_minor])
24AC_SUBST([LXC_VERSION_MICRO], [lxc_version_micro])
99d78dcc 25AC_SUBST([LXC_VERSION_ABI], [lxc_version_abi])
a22185dd
ÇO
26AC_SUBST([LXC_VERSION], [lxc_version])
27
f8dafdbb 28AC_CONFIG_SRCDIR([configure.ac])
5e97c3fc 29AC_CONFIG_AUX_DIR([config])
067cfaeb 30AC_CONFIG_HEADERS([src/config.h])
d007f8ab 31AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability subdir-objects])
5e97c3fc 32AC_CANONICAL_HOST
5e97c3fc 33AM_PROG_CC_C_O
34AC_GNU_SOURCE
5c8f9bd8 35
8aa4885c
SG
36# Detect the distribution. This is used for the default configuration and
37# for some distro-specific build options.
6f75ba0b 38AC_MSG_CHECKING([host distribution])
beabd0a2 39AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO], [Specify the Linux distribution to target: One of redhat, oracle, centos, fedora, suse, gentoo, debian, arch, slackware, plamo, paldo, openmandriva, pardus, sparclinux.]))
5a15791e 40if type lsb_release >/dev/null 2>&1 && test "z$with_distro" = "z"; then
6f75ba0b 41 with_distro=`lsb_release -is`
be2e4e54 42fi
6f75ba0b
DE
43if test "z$with_distro" = "z"; then
44 AC_CHECK_FILE(/etc/redhat-release,with_distro="redhat")
45 AC_CHECK_FILE(/etc/oracle-release,with_distro="oracle")
beabd0a2 46 AC_CHECK_FILE(/etc/sparclinux-release,with_distro="sparclinux")
164105f6 47 AC_CHECK_FILE(/etc/centos-release,with_distro="centos")
6f75ba0b
DE
48 AC_CHECK_FILE(/etc/fedora-release,with_distro="fedora")
49 AC_CHECK_FILE(/etc/SuSE-release,with_distro="suse")
50 AC_CHECK_FILE(/etc/gentoo-release,with_distro="gentoo")
51 AC_CHECK_FILE(/etc/debian_version,with_distro="debian")
52 AC_CHECK_FILE(/etc/arch-release,with_distro="arch")
53 AC_CHECK_FILE(/etc/slackware-version,with_distro="slackware")
af2d9fad 54 AC_CHECK_FILE(/etc/plamo-version,with_distro="plamo")
6f75ba0b 55 AC_CHECK_FILE(/etc/frugalware-release,with_distro="frugalware")
6e7e54d9
AK
56 AC_CHECK_FILE(/etc/mandrakelinux-release, with_distro="openmandriva")
57 AC_CHECK_FILE(/etc/mandriva-release,with_distro="openmandriva")
6f75ba0b
DE
58 AC_CHECK_FILE(/etc/pardus-release,with_distro="pardus")
59fi
60with_distro=`echo ${with_distro} | tr '[[:upper:]]' '[[:lower:]]'`
61
beabd0a2
WC
62if test "z$with_distro" = "zforsparc"; then
63 with_distro="sparclinux"
64fi
65
6f75ba0b
DE
66if test "z$with_distro" = "z"; then
67 with_distro="unknown"
68fi
69case $with_distro in
1c1bb85a 70 ubuntu|raspbian)
0af99319
MW
71 distroconf=default.conf.lxcbr
72 distrosysconf="$sysconfdir/default"
6f75ba0b 73 ;;
beabd0a2 74 redhat|centos|fedora|oracle|oracleserver|sparclinux|suse|opensuse*|plamo)
0af99319
MW
75 distroconf=default.conf.lxcbr
76 distrosysconf="$sysconfdir/sysconfig"
6f75ba0b
DE
77 ;;
78 *)
3a647d58 79 distroconf=default.conf.unknown
0af99319 80 distrosysconf="$sysconfdir/default"
6f75ba0b
DE
81 ;;
82esac
83AC_MSG_RESULT([$with_distro])
1c1bb85a 84AM_CONDITIONAL([HAVE_DEBIAN], [test x"$with_distro" = "xdebian" -o x"$with_distro" = "xubuntu" -o x"$with_distro" = "xraspbian"])
025f59ab 85AM_CONDITIONAL([DISTRO_UBUNTU], [test "x$with_distro" = "xubuntu"])
be2e4e54 86
d79067a7
DM
87AC_CONFIG_LINKS([config/etc/default.conf:config/etc/${distroconf}])
88
420dfb59
DE
89# Check for init system type
90AC_MSG_CHECKING([for init system type])
91AC_ARG_WITH([init-script],
89f79f6b 92 [AC_HELP_STRING([--with-init-script@<:@=TYPE@<:@,TYPE,...@:>@@:>@],
dc068290 93 [Type(s) of init script to install: sysvinit, systemd, upstart,
89f79f6b 94 distro @<:@default=distro@:>@])],[],[with_init_script=distro])
420dfb59 95case "$with_init_script" in
420dfb59
DE
96 distro)
97 case $with_distro in
0af99319 98 fedora|opensuse*)
420dfb59
DE
99 init_script=systemd
100 ;;
beabd0a2 101 redhat|centos|oracle|oracleserver|sparclinux|plamo)
dc068290 102 init_script=sysvinit
420dfb59 103 ;;
1c1bb85a 104 debian|raspbian)
dc068290 105 init_script=upstart,systemd
89f79f6b 106 ;;
420dfb59 107 ubuntu)
882ab607 108 init_script=upstart,systemd
420dfb59
DE
109 ;;
110 *)
dc068290
SG
111 echo -n "Linux distribution init system unknown."
112 init_script=
420dfb59
DE
113 ;;
114 esac
115 ;;
116 *)
89f79f6b 117 init_script=$with_init_script
420dfb59
DE
118 ;;
119esac
89f79f6b
DE
120
121# Check valid init systems were given, run in subshell so we don't mess up IFS
122(IFS="," ; for init_sys in $init_script;
123do
124 case "$init_sys" in
dc068290 125 none|sysvinit|systemd|upstart)
89f79f6b
DE
126 ;;
127 *)
128 exit 1
129 ;;
130 esac
131done) || AC_MSG_ERROR([Unknown init system type in $init_script])
132
dc068290 133AM_CONDITIONAL([INIT_SCRIPT_SYSV], [echo "$init_script" |grep -q "sysvinit"])
89f79f6b
DE
134AM_CONDITIONAL([INIT_SCRIPT_SYSTEMD], [echo "$init_script" |grep -q "systemd"])
135AM_CONDITIONAL([INIT_SCRIPT_UPSTART], [echo "$init_script" |grep -q "upstart"])
420dfb59
DE
136AC_MSG_RESULT($init_script)
137
213b0fe0
MP
138# systemd unit dir
139AC_ARG_WITH([systemdsystemunitdir],
140 AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]),
141 [],
142 [with_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)])
143if test -z "$with_systemdsystemunitdir"; then
144 with_systemdsystemunitdir=/lib/systemd/system
145fi
146if test "x$with_systemdsystemunitdir" != "xno"; then
147 AC_SUBST([SYSTEMD_UNIT_DIR], [$with_systemdsystemunitdir])
148fi
149
d0a6bd39
CB
150# Allow enabling deprecated executables
151AC_ARG_ENABLE([deprecated],
152 [AC_HELP_STRING([--enable-deprecated],
153 [enable deprecated executables [default=no]])],
154 [], [enable_deprecated=false])
155AM_CONDITIONAL([ENABLE_DEPRECATED], [test "x$enable_deprecated" = "xyes"])
156
8aa4885c 157# Allow disabling rpath
1c41ddcb 158AC_ARG_ENABLE([rpath],
f91d5e4e
SG
159 [AC_HELP_STRING([--enable-rpath], [set rpath in executables [default=no]])],
160 [], [enable_rpath=no])
1c41ddcb
GK
161AM_CONDITIONAL([ENABLE_RPATH], [test "x$enable_rpath" = "xyes"])
162
8aa4885c 163# Documentation (manpages)
5c8f9bd8 164AC_ARG_ENABLE([doc],
f91d5e4e 165 [AC_HELP_STRING([--enable-doc], [make man pages [default=auto]])],
5c8f9bd8
AN
166 [], [enable_doc=auto])
167
168if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then
7822022c 169 db2xman=""
6424619e 170 dbparsers="docbook2x-man db2x_docbook2man docbook2man docbook-to-man"
69fe23ff 171
7822022c 172 AC_MSG_CHECKING(for docbook2x-man)
69fe23ff 173 for name in ${dbparsers}; do
7822022c
SG
174 if "$name" --help >/dev/null 2>&1; then
175 db2xman="$name"
176 break;
177 fi
178 done
179
180 if test -n "${db2xman}"; then
8aa4885c 181 AC_MSG_RESULT([${db2xman}])
f91d5e4e 182 enable_doc="yes"
7822022c 183 else
8aa4885c 184 AC_MSG_RESULT([no])
7822022c 185 if test "x$enable_doc" = "xyes"; then
f91d5e4e 186 AC_MSG_ERROR([docbook2x-man is required, but could not be found])
7822022c 187 fi
f91d5e4e 188 enable_doc="no"
7822022c
SG
189 fi
190
191 AC_SUBST(db2xman)
5c8f9bd8 192fi
8aa4885c 193AM_CONDITIONAL([ENABLE_DOCBOOK], [test "x$db2xman" != "x"])
7cb14f34 194AM_CONDITIONAL([USE_DOCBOOK2X], [test "x$db2xman" != "xdocbook2man"])
5c8f9bd8 195
7f951458
DE
196if test "x$db2xman" = "xdocbook2man"; then
197 docdtd="\"-//Davenport//DTD DocBook V3.0//EN\""
198else
199 docdtd="\"-//OASIS//DTD DocBook XML\" \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\""
200fi
201AC_SUBST(docdtd)
202
953e611c
JH
203# Documentation (API)
204AC_ARG_ENABLE([api-docs],
205 [AC_HELP_STRING([--enable-api-docs],
f91d5e4e 206 [make API documentation [default=auto]])],
953e611c
JH
207 [], [enable_api_docs=auto])
208
209if test "x$enable_api_docs" = "xyes" -o "x$enable_api_docs" = "xauto"; then
f91d5e4e
SG
210 AC_CHECK_PROGS([HAVE_DOXYGEN],[doxygen])
211 AC_SUBST([HAVE_DOXYGEN])
212
213 if test "x$HAVE_DOXYGEN" != "x"; then
214 enable_api_docs="yes"
215 else
216 if test "x$enable_api_docs" = "xyes"; then
217 AC_MSG_ERROR([doxygen is required, but could not be found])
218 fi
219 enable_api_docs="no"
220 fi
953e611c
JH
221fi
222
f91d5e4e 223AM_CONDITIONAL([ENABLE_API_DOCS], [test "x$HAVE_DOXYGEN" != "x"])
953e611c 224
8aa4885c 225# Apparmor
e767dd55 226AC_ARG_ENABLE([apparmor],
f91d5e4e
SG
227 [AC_HELP_STRING([--enable-apparmor], [enable apparmor support [default=auto]])],
228 [], [enable_apparmor=auto])
e767dd55 229
f91d5e4e 230if test "$enable_apparmor" = "auto" ; then
e767dd55
SH
231 AC_CHECK_LIB([apparmor],[aa_change_profile],[enable_apparmor=yes], [enable_apparmor=no])
232fi
e767dd55
SH
233AM_CONDITIONAL([ENABLE_APPARMOR], [test "x$enable_apparmor" = "xyes"])
234
d8d44659 235AC_CHECK_LIB([gnutls], [gnutls_hash_fast], [enable_gnutls=yes], [enable_gnutls=no])
3ce74686 236
e075f5d9 237AM_COND_IF([ENABLE_APPARMOR],
8aa4885c
SG
238 [AC_CHECK_HEADER([sys/apparmor.h],[],[AC_MSG_ERROR([You must install the AppArmor development package in order to compile lxc])])
239 AC_CHECK_LIB([apparmor], [aa_change_profile],[],[AC_MSG_ERROR([You must install the AppArmor development package in order to compile lxc])])
240 AC_SUBST([APPARMOR_LIBS], [-lapparmor])])
e075f5d9 241
fe4de9a6
DE
242# SELinux
243AC_ARG_ENABLE([selinux],
f91d5e4e
SG
244 [AC_HELP_STRING([--enable-selinux], [enable SELinux support [default=auto]])],
245 [], [enable_selinux=auto])
fe4de9a6 246
f91d5e4e 247if test "x$enable_selinux" = xauto; then
fe4de9a6
DE
248 AC_CHECK_LIB([selinux],[setexeccon_raw],[enable_selinux=yes],[enable_selinux=no])
249fi
250AM_CONDITIONAL([ENABLE_SELINUX], [test "x$enable_selinux" = "xyes"])
251AM_COND_IF([ENABLE_SELINUX],
252 [AC_CHECK_HEADER([selinux/selinux.h],[],[AC_MSG_ERROR([You must install the SELinux development package in order to compile lxc])])
e9aeeade
DE
253 AC_CHECK_LIB([selinux], [setexeccon_raw],[true],[AC_MSG_ERROR([You must install the SELinux development package in order to compile lxc])])
254 AC_SUBST([SELINUX_LIBS], [-lselinux])])
fe4de9a6 255
8aa4885c 256# Seccomp syscall filter
e767dd55 257AC_ARG_ENABLE([seccomp],
f91d5e4e
SG
258 [AC_HELP_STRING([--enable-seccomp], [enable seccomp support [default=auto]])],
259 [], [enable_seccomp=auto])
e767dd55 260
f91d5e4e 261if test "x$enable_seccomp" = "xauto" ; then
e767dd55
SH
262 AC_CHECK_LIB([seccomp],[seccomp_init],[enable_seccomp=yes],[enable_seccomp=no])
263fi
e767dd55
SH
264AM_CONDITIONAL([ENABLE_SECCOMP], [test "x$enable_seccomp" = "xyes"])
265
8f2c3a70 266AM_COND_IF([ENABLE_SECCOMP],
12dcc892
JS
267 [PKG_CHECK_MODULES([SECCOMP],[libseccomp],[],[
268 AC_CHECK_HEADER([seccomp.h],[],[AC_MSG_ERROR([You must install the seccomp development package in order to compile lxc])])
269 AC_CHECK_LIB([seccomp], [seccomp_init],[],[AC_MSG_ERROR([You must install the seccomp development package in order to compile lxc])])
270 AC_SUBST([SECCOMP_LIBS], [-lseccomp])
271 ])
272 ])
8f2c3a70 273
d4ef7c50
SH
274# cgmanager
275AC_ARG_ENABLE([cgmanager],
276 [AC_HELP_STRING([--enable-cgmanager], [enable cgmanager support [default=auto]])],
277 [], [enable_cgmanager=auto])
278
279if test "x$enable_cgmanager" = "xauto" ; then
44bbab8c 280 AC_CHECK_LIB([cgmanager],[cgmanager_create],[enable_cgmanager=yes],[enable_cgmanager=no],[-lnih -lnih-dbus -ldbus-1])
d4ef7c50
SH
281fi
282AM_CONDITIONAL([ENABLE_CGMANAGER], [test "x$enable_cgmanager" = "xyes"])
283
284AM_COND_IF([ENABLE_CGMANAGER],
285 [PKG_CHECK_MODULES([CGMANAGER], [libcgmanager])
286 PKG_CHECK_MODULES([NIH], [libnih >= 1.0.2])
287 PKG_CHECK_MODULES([NIH_DBUS], [libnih-dbus >= 1.0.0])
288 PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.2.16])
289 ])
290
25c7531c 291AC_MSG_CHECKING(for get_pid_cgroup_abs_sync)
07ffb130 292save_LIBS=$LIBS
25c7531c 293AC_SEARCH_LIBS([cgmanager_get_pid_cgroup_abs_sync], [cgmanager], [have_abs_cgroups=yes], [have_abs_cgroups=no], [-lnih -lnih-dbus -ldbus-1])
07ffb130 294LIBS=$save_LIBS
25c7531c
SH
295if test "x$have_abs_cgroups" = "xyes"; then
296 AC_DEFINE([HAVE_CGMANAGER_GET_PID_CGROUP_ABS_SYNC], 1, [Have cgmanager_get_pid_cgroup_abs_sync])
297 AC_MSG_RESULT([yes])
298else
299 AC_MSG_RESULT([no])
300fi
e78884c9 301
a0411275
SH
302AC_MSG_CHECKING(for cgmanager_list_controllers)
303save_LIBS=$LIBS
304AC_SEARCH_LIBS([cgmanager_list_controllers_sync], [cgmanager], [have_list_controllers=yes], [have_list_controllers=no], [-lnih -lnih-dbus -ldbus-1])
305LIBS=$save_LIBS
306if test "x$have_list_controllers" = "xyes"; then
307 AC_DEFINE([HAVE_CGMANAGER_LIST_CONTROLLERS], 1, [Have cgmanager_list_controllers])
308 AC_MSG_RESULT([yes])
309else
310 AC_MSG_RESULT([no])
311fi
312
e78884c9
DE
313# Check for static libcap, make sure the function checked for differs from the
314# the one checked below so the cache doesn't give a wrong answer
315OLD_CFLAGS="$CFLAGS"
316CFLAGS="$CFLAGS -static"
317AC_CHECK_LIB([cap],[cap_init],[have_static_libcap=yes],[have_static_libcap=no])
318AM_CONDITIONAL([HAVE_STATIC_LIBCAP], [test "x$have_static_libcap" = "xyes"])
319if test "x$have_static_libcap" = "xyes"; then
320 AC_DEFINE([HAVE_STATIC_LIBCAP], 1, [Have static libcap])
321fi
322CFLAGS="$OLD_CFLAGS"
323
324
f91d5e4e
SG
325# Linux capabilities
326AC_ARG_ENABLE([capabilities],
327 [AC_HELP_STRING([--enable-capabilities], [enable kernel capabilities support [default=auto]])],
328 [], [enable_capabilities=auto])
329
330if test "x$enable_capabilities" = "xauto"; then
331 AC_CHECK_LIB([cap],[cap_set_proc],[enable_capabilities=yes],[enable_capabilities=no])
332fi
333AM_CONDITIONAL([ENABLE_CAP], [test "x$enable_capabilities" = "xyes"])
334
335AM_COND_IF([ENABLE_CAP],
e9aeeade 336 [AC_CHECK_LIB(cap,cap_set_proc,[true],[AC_MSG_ERROR([You are missing libcap support.])])
f91d5e4e
SG
337 AC_SUBST([CAP_LIBS], [-lcap])])
338
769872f9 339# HAVE_SCMP_FILTER_CTX=1 will tell us we have libseccomp api >= 1.0.0
12dcc892
JS
340OLD_CFLAGS="$CFLAGS"
341CFLAGS="$CFLAGS $SECCOMP_CFLAGS"
f91d5e4e 342AC_CHECK_TYPES([scmp_filter_ctx], [], [], [[#include <seccomp.h>]])
2b0ae718 343AC_CHECK_DECLS([seccomp_syscall_resolve_name_arch], [], [], [[#include <seccomp.h>]])
12dcc892 344CFLAGS="$OLD_CFLAGS"
769872f9 345
8aa4885c 346# Configuration examples
3fb0a9bb 347AC_ARG_ENABLE([examples],
f91d5e4e 348 [AC_HELP_STRING([--enable-examples], [install examples [default=yes]])],
3fb0a9bb 349 [], [enable_examples=yes])
3fb0a9bb
AN
350AM_CONDITIONAL([ENABLE_EXAMPLES], [test "x$enable_examples" = "xyes"])
351
8aa4885c 352# Python3 module and scripts
be2e4e54 353AC_ARG_ENABLE([python],
f91d5e4e
SG
354 [AC_HELP_STRING([--enable-python], [enable python binding [default=auto]])],
355 [], [enable_python=auto])
356
357if test "x$enable_python" = "xauto"; then
358 PKG_CHECK_MODULES([PYTHONDEV], [python3 >= 3.2],[enable_python=yes],[enable_python=no])
2bc93759
SG
359 if test "$CC" = "clang"; then
360 enable_python=no
361 fi
362fi
363
364if test "x$enable_python" = "xyes" && test "$CC" = "clang"; then
365 AC_MSG_ERROR([Python3 is incompatible with the clang compiler])
f91d5e4e
SG
366fi
367
be2e4e54
SG
368AM_CONDITIONAL([ENABLE_PYTHON], [test "x$enable_python" = "xyes"])
369
370AM_COND_IF([ENABLE_PYTHON],
8aa4885c 371 [AM_PATH_PYTHON([3.2], [], [AC_MSG_ERROR([You must install python3])])
59ec0a36 372 PKG_CHECK_MODULES([PYTHONDEV], [python3 >= 3.2],[],[AC_MSG_ERROR([You must install python3-dev])])
8aa4885c 373 AC_DEFINE_UNQUOTED([ENABLE_PYTHON], 1, [Python3 is available])])
be2e4e54 374
052616eb
ÇO
375# Enable dumping stack traces
376AC_ARG_ENABLE([mutex-debugging],
f91d5e4e
SG
377 [AC_HELP_STRING([--enable-mutex-debugging], [Makes mutexes to report error and provide stack trace [default=no]])],
378 [], [enable_mutex_debugging=no])
052616eb
ÇO
379AM_CONDITIONAL([MUTEX_DEBUGGING], [test "x$enable_mutex_debugging" = "xyes"])
380
381AM_COND_IF([MUTEX_DEBUGGING],
382 AC_DEFINE_UNQUOTED([MUTEX_DEBUGGING], 1, [Enabling mutex debugging]))
383
3a1675bf
DE
384# Not in older autoconf versions
385# AS_VAR_COPY(DEST, SOURCE)
386# -------------------------
387# Set the polymorphic shell variable DEST to the contents of the polymorphic
388# shell variable SOURCE.
389m4_ifdef([AS_VAR_COPY], [],
390[AC_DEFUN([AS_VAR_COPY],
391 [AS_LITERAL_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])])
392])
393
12e93188
NC
394dnl PKG_CHECK_VAR was introduced with pkg-config 0.28
395m4_ifdef([PKG_CHECK_VAR], [],
396[AC_DEFUN([PKG_CHECK_VAR],
397 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
398 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
399 _PKG_CONFIG([$1], [variable="][$3]["], [$2])
400 AS_VAR_COPY([$1], [pkg_cv_][$1])
401 AS_VAR_IF([$1], [""], [$5], [$4])dnl
402 ])# PKG_CHECK_VAR
403])
f080ffd7 404
12e93188 405# Lua module and scripts
f080ffd7 406AC_ARG_ENABLE([lua],
f91d5e4e
SG
407 [AC_HELP_STRING([--enable-lua], [enable lua binding [default=auto]])],
408 [], [enable_lua=auto])
f080ffd7 409
12e93188
NC
410AC_ARG_WITH([lua-pc],
411 [AS_HELP_STRING(
412 [--with-lua-pc=PKG],
413 [Specify pkg-config package name for lua]
f756cda0
NC
414 )], [], [with_lua_pc=no])
415
416if test "x$enable_lua" = "xyes" -a "x$with_lua_pc" != "xno"; then
417 # exit with error if not found
418 PKG_CHECK_MODULES([LUA], [$with_lua_pc], [LUAPKGCONFIG=$with_lua_pc])
419fi
420
f91d5e4e 421if test "x$enable_lua" = "xauto" -a "x$with_lua_pc" != "xno"; then
f756cda0
NC
422 PKG_CHECK_MODULES([LUA], [$with_lua_pc],
423 [LUAPKGCONFIG=$with_lua_pc
424 enable_lua=yes],
425 [enable_lua=no])
426fi
427
428if test "x$enable_lua" != "xno"; then
429 PKG_CHECK_MODULES([LUA], [lua], [LUAPKGCONFIG=lua],
430 [PKG_CHECK_MODULES([LUA], [lua5.2], [LUAPKGCONFIG=lua5.2],
431 [PKG_CHECK_MODULES([LUA], [lua5.1], [LUAPKGCONFIG=lua5.1],
432 [AS_IF([test "x$enable_lua" = "xyes"],
433 [AC_MSG_ERROR([Lua not found. Please use --with-lua-pc=PKG])],
434 [enable_lua=no])]
435 )]
436 )])
437 AS_IF([test "x$LUAPKGCONFIG" != "x"], [enable_lua=yes])
438fi
12e93188
NC
439
440AM_CONDITIONAL([ENABLE_LUA],
69c757b3 441 [test "x$enable_lua" = "xyes"])
f080ffd7
DE
442
443AM_COND_IF([ENABLE_LUA],
f756cda0 444 [AC_MSG_CHECKING([Lua version])
12e93188
NC
445 PKG_CHECK_VAR([LUA_VERSION], [$LUAPKGCONFIG], [V],,
446 [PKG_CHECK_VAR([LUA_VERSION], [$LUAPKGCONFIG], [major_version])])
447 AC_MSG_RESULT([$LUA_VERSION])
94863add
NC
448 AC_SUBST([LUA_LIBDIR], [$libdir/lua/$LUA_VERSION])
449 AC_SUBST([LUA_SHAREDIR], [$datadir/lua/$LUA_VERSION])
12e93188 450 ])
f080ffd7 451
0306de4f
SG
452# Optional bash integration
453AC_ARG_ENABLE([bash],
454 [AC_HELP_STRING([--enable-bash], [build bash integration [default=yes]])],
455 [], [enable_bash=yes])
456AM_CONDITIONAL([ENABLE_BASH], [test "x$enable_bash" = "xyes"])
457
8aa4885c 458# Optional test binaries
525421c9 459AC_ARG_ENABLE([tests],
f91d5e4e
SG
460 [AC_HELP_STRING([--enable-tests], [build test/example binaries [default=no]])],
461 [], [enable_tests=no])
525421c9
SG
462AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = "xyes"])
463
061ba5d0
SG
464# Allow overriding the default runtime dir (/run)
465AC_ARG_WITH([runtime-path],
466 [AC_HELP_STRING(
467 [--with-runtime-path=dir],
468 [runtime directory (default: /run)]
469 )], [], [with_runtime_path=['/run']])
470
8aa4885c 471# LXC container path, where the containers are actually stored
fbf5de31 472# This is overridden by an entry in the file called LXCCONF
2a59a681 473# (i.e. /etc/lxc/lxc.conf)
aef4ebcf
AN
474AC_ARG_WITH([config-path],
475 [AC_HELP_STRING(
476 [--with-config-path=dir],
e892973e 477 [lxc configuration repository path]
1c41ddcb 478 )], [], [with_config_path=['${localstatedir}/lib/lxc']])
aef4ebcf 479
2a59a681
SH
480# The path of the global lxc configuration file.
481AC_ARG_WITH([global-conf],
482 [AC_HELP_STRING(
483 [--with-global-conf=dir],
484 [global lxc configuration file]
485 )], [], [with_global_conf=['${sysconfdir}/lxc/lxc.conf']])
486
c75c30ec 487# The path of the userns network configuration file
070a4b8e
SH
488AC_ARG_WITH([usernic-conf],
489 [AC_HELP_STRING(
490 [--with-usernic-conf],
491 [user network interface configuration file]
492 )], [], [with_usernic_conf=['${sysconfdir}/lxc/lxc-usernet']])
493
c75c30ec 494# The path of the runtime usernic database
070a4b8e
SH
495AC_ARG_WITH([usernic-db],
496 [AC_HELP_STRING(
497 [--with-usernic-db],
498 [lxc user nic database]
5a15791e 499 )], [], [with_usernic_db=['${with_runtime_path}/lxc/nics']])
070a4b8e 500
8aa4885c 501# Rootfs path, where the container mount structure is assembled
196db713
DL
502AC_ARG_WITH([rootfs-path],
503 [AC_HELP_STRING(
504 [--with-rootfs-path=dir],
505 [lxc rootfs mount point]
1c41ddcb 506 )], [], [with_rootfs_path=['${libdir}/lxc/rootfs']])
c75c30ec 507
6e16552d
CS
508# cgroup pattern specification
509AC_ARG_WITH([cgroup-pattern],
510 [AC_HELP_STRING(
511 [--with-cgroup-pattern=pattern],
512 [pattern for container cgroups]
513 )], [], [with_cgroup_pattern=['/lxc/%n']])
196db713 514
5e1e7aaf
SH
515# Container log path. By default, use $lxcpath.
516AC_MSG_CHECKING([Whether to place logfiles in container config path])
517AC_ARG_ENABLE([configpath-log],
f91d5e4e
SG
518 [AC_HELP_STRING([--enable-configpath-log], [use logfiles in config path [default=no]])],
519 [], [enable_configpath_log=no])
520AC_MSG_RESULT([$enable_configpath_log])
521AM_CONDITIONAL([USE_CONFIGPATH_LOGS], [test "$enable_configpath_log" = "yes"])
5e1e7aaf 522
f91d5e4e 523if test "$enable_configpath_log" = "yes"; then
5e1e7aaf
SH
524 default_log_path="${with_config_path}"
525else
89d556d8 526 default_log_path="${localstatedir}/log/lxc"
5e1e7aaf
SH
527fi
528
529AC_ARG_WITH([log-path],
530 [AC_HELP_STRING(
531 [--with-log-path=dir],
532 [per container log path]
533 )], [], [with_log_path=['${default_log_path}']])
534
8aa4885c
SG
535# Expand some useful variables
536AS_AC_EXPAND(PREFIX, "$prefix")
537AS_AC_EXPAND(LIBDIR, "$libdir")
538AS_AC_EXPAND(BINDIR, "$bindir")
718e4f48 539AS_AC_EXPAND(SBINDIR, "$sbindir")
8aa4885c
SG
540AS_AC_EXPAND(LIBEXECDIR, "$libexecdir")
541AS_AC_EXPAND(INCLUDEDIR, "$includedir")
542AS_AC_EXPAND(SYSCONFDIR, "$sysconfdir")
0a18b545 543AS_AC_EXPAND(LXC_DEFAULT_CONFIG, "$sysconfdir/lxc/default.conf")
8aa4885c
SG
544AS_AC_EXPAND(DATADIR, "$datadir")
545AS_AC_EXPAND(LOCALSTATEDIR, "$localstatedir")
546AS_AC_EXPAND(DOCDIR, "$docdir")
aef4ebcf 547AS_AC_EXPAND(LXC_GENERATE_DATE, "$(date)")
8aa4885c 548AS_AC_EXPAND(LXCPATH, "$with_config_path")
2a59a681 549AS_AC_EXPAND(LXC_GLOBAL_CONF, "$with_global_conf")
070a4b8e
SH
550AS_AC_EXPAND(LXC_USERNIC_CONF, "$with_usernic_conf")
551AS_AC_EXPAND(LXC_USERNIC_DB, "$with_usernic_db")
0af99319 552AS_AC_EXPAND(LXC_DISTRO_SYSCONF, "$distrosysconf")
8aa4885c
SG
553AS_AC_EXPAND(LXCROOTFSMOUNT, "$with_rootfs_path")
554AS_AC_EXPAND(LXCTEMPLATEDIR, "$datadir/lxc/templates")
f2a95ee1 555AS_AC_EXPAND(LXCTEMPLATECONFIG, "$datadir/lxc/config")
906f8c4d 556AS_AC_EXPAND(LXCHOOKDIR, "$datadir/lxc/hooks")
16d08ae7 557AS_AC_EXPAND(LXCBINHOOKDIR, "$libexecdir/lxc/hooks")
8aa4885c 558AS_AC_EXPAND(LXCINITDIR, "$libexecdir")
5e1e7aaf 559AS_AC_EXPAND(LOGPATH, "$with_log_path")
061ba5d0 560AS_AC_EXPAND(RUNTIME_PATH, "$with_runtime_path")
6e16552d 561AC_SUBST(DEFAULT_CGROUP_PATTERN, ["$with_cgroup_pattern"])
881450bb 562
0080bebf
TA
563# We need the install path so criu knows where to reference the hook scripts.
564AC_DEFINE_UNQUOTED([DATADIR], "$DATADIR", ["Prefix for shared files."])
565
8aa4885c 566# Check for some standard kernel headers
910bb4fa 567AC_CHECK_HEADERS([linux/unistd.h linux/netlink.h linux/genetlink.h],
8aa4885c
SG
568 [],
569 AC_MSG_ERROR([Please install the Linux kernel headers.]),
570 [#include <sys/socket.h>])
35f549fe 571
a6168a17
SG
572# Check for alternate C libraries
573AC_MSG_CHECKING(for bionic libc)
574AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
8aa4885c 575 [[#ifndef __ANDROID__
a6168a17
SG
576error: Not bionic!
577#endif]])],
8aa4885c
SG
578 [is_bionic=yes],
579 [is_bionic=no])
a6168a17 580if test "x$is_bionic" = "xyes"; then
8aa4885c
SG
581 AC_DEFINE([IS_BIONIC], 1, [bionic libc])
582 AC_MSG_RESULT([yes])
a6168a17 583else
8aa4885c 584 AC_MSG_RESULT([no])
a6168a17
SG
585fi
586AM_CONDITIONAL([IS_BIONIC], [test "x$is_bionic" = "xyes"])
587
656994bb
MH
588# Some systems lack PR_CAPBSET_DROP definition => HAVE_DECL_PR_CAPBSET_DROP
589AC_CHECK_DECLS([PR_CAPBSET_DROP], [], [], [#include <sys/prctl.h>])
590
e827ff7e 591# Check for some headers
4ba0d9af 592AC_CHECK_HEADERS([sys/signalfd.h pty.h ifaddrs.h sys/capability.h sys/personality.h utmpx.h sys/timerfd.h])
ff218c25 593
2d76d1d7 594# Check for some syscalls functions
5f7eba0b 595AC_CHECK_FUNCS([setns pivot_root sethostname unshare rand_r confstr faccessat])
2d76d1d7 596
e827ff7e 597# Check for some functions
babbea4b
ÇO
598AC_CHECK_LIB(pthread, main)
599AC_CHECK_FUNCS(pthread_atfork)
614305f3 600AC_CHECK_FUNCS(statvfs)
740ee8c7 601AC_CHECK_LIB(util, openpty)
8b6d8b71 602AC_CHECK_FUNCS([openpty hasmntopt setmntent endmntent utmpxname])
1ba0013f
SG
603AC_CHECK_FUNCS([getline],
604 AM_CONDITIONAL(HAVE_GETLINE, true)
605 AC_DEFINE(HAVE_GETLINE,1,[Have getline]),
606 AM_CONDITIONAL(HAVE_GETLINE, false))
9dbcd668
SG
607AC_CHECK_FUNCS([getsubopt],
608 AM_CONDITIONAL(HAVE_GETSUBOPT, true)
609 AC_DEFINE(HAVE_GETSUBOPT,1,[Have getsubopt]),
610 AM_CONDITIONAL(HAVE_GETSUBOPT, false))
1ba0013f
SG
611AC_CHECK_FUNCS([fgetln],
612 AM_CONDITIONAL(HAVE_FGETLN, true)
613 AC_DEFINE(HAVE_FGETLN,1,[Have fgetln]),
614 AM_CONDITIONAL(HAVE_FGETLN, false))
615
c9a84173
SG
616# Check for some libraries
617AC_SEARCH_LIBS(sem_open, [rt pthread])
336d5469 618AC_SEARCH_LIBS(clock_gettime, [rt])
c9a84173 619
8aa4885c 620# Check for some standard binaries
5e97c3fc 621AC_PROG_GCC_TRADITIONAL
95a717e9 622AC_PROG_SED
5e97c3fc 623
babbea4b
ÇO
624# See if we support thread-local storage.
625LXC_CHECK_TLS
626
5e97c3fc 627if test "x$GCC" = "xyes"; then
8aa4885c 628 CFLAGS="$CFLAGS -Wall -Werror"
5e97c3fc 629fi
630
8aa4885c 631# Files requiring some variable expansion
5e97c3fc 632AC_CONFIG_FILES([
288063bd 633 Makefile
b6345ba1 634 lxc.pc
5e97c3fc 635 lxc.spec
f2a95ee1 636
288063bd 637 config/Makefile
8da250da 638 config/apparmor/Makefile
719fae07 639 config/selinux/Makefile
0306de4f
SG
640 config/bash/Makefile
641 config/bash/lxc
dc068290 642 config/init/Makefile
0af99319
MW
643 config/init/common/Makefile
644 config/init/common/lxc-containers
645 config/init/common/lxc-net
dc068290 646 config/init/systemd/Makefile
015f0dd7 647 config/init/systemd/lxc.service
de2b7e65 648 config/init/systemd/lxc@.service
65b27d84 649 config/init/systemd/lxc-net.service
0af99319
MW
650 config/init/sysvinit/Makefile
651 config/init/sysvinit/lxc-containers
652 config/init/sysvinit/lxc-net
653 config/init/upstart/lxc-net.conf
dc068290 654 config/init/upstart/Makefile
f2a95ee1
SG
655 config/etc/Makefile
656 config/templates/Makefile
6515faa1
JJ
657 config/templates/alpine.common.conf
658 config/templates/alpine.userns.conf
c194ffc1
AV
659 config/templates/archlinux.common.conf
660 config/templates/archlinux.userns.conf
1ecee40b
MW
661 config/templates/centos.common.conf
662 config/templates/centos.userns.conf
5b99af00 663 config/templates/common.conf
4662c6de 664 config/templates/common.conf.d/Makefile
00fe5e1d
SG
665 config/templates/debian.common.conf
666 config/templates/debian.userns.conf
1ecee40b
MW
667 config/templates/fedora.common.conf
668 config/templates/fedora.userns.conf
cae3584e 669 config/templates/gentoo.common.conf
670 config/templates/gentoo.moresecure.conf
705bfae0 671 config/templates/gentoo.userns.conf
108b88ce 672 config/templates/nesting.conf
41cf1ac3
MW
673 config/templates/opensuse.common.conf
674 config/templates/opensuse.userns.conf
9e69977f
DE
675 config/templates/oracle.common.conf
676 config/templates/oracle.userns.conf
bf3e09c0 677 config/templates/plamo.common.conf
cb131151 678 config/templates/plamo.userns.conf
3a05a669
MB
679 config/templates/slackware.common.conf
680 config/templates/slackware.userns.conf
f2a95ee1
SG
681 config/templates/ubuntu-cloud.common.conf
682 config/templates/ubuntu-cloud.lucid.conf
683 config/templates/ubuntu-cloud.userns.conf
684 config/templates/ubuntu.common.conf
685 config/templates/ubuntu.lucid.conf
71d3a659 686 config/templates/ubuntu.userns.conf
c33bdec8 687 config/templates/openwrt.common.conf
beabd0a2
WC
688 config/templates/sparclinux.common.conf
689 config/templates/sparclinux.userns.conf
5b99af00 690 config/templates/userns.conf
7ceebfd1 691 config/yum/Makefile
0af99319
MW
692 config/sysconfig/Makefile
693 config/sysconfig/lxc
d823d5b9 694
288063bd 695 doc/Makefile
953e611c 696 doc/api/Makefile
4019712d 697 doc/lxc-attach.sgml
a6adab20 698 doc/lxc-autostart.sgml
4019712d
SG
699 doc/lxc-cgroup.sgml
700 doc/lxc-checkconfig.sgml
735f2c6e 701 doc/lxc-checkpoint.sgml
11cddd70 702 doc/lxc-clone.sgml
ff5e2751 703 doc/lxc-config.sgml
4019712d 704 doc/lxc-console.sgml
2b47bac3 705 doc/lxc-copy.sgml
d823d5b9 706 doc/lxc-create.sgml
707 doc/lxc-destroy.sgml
4019712d 708 doc/lxc-device.sgml
d823d5b9 709 doc/lxc-execute.sgml
d823d5b9 710 doc/lxc-freeze.sgml
4019712d 711 doc/lxc-info.sgml
d823d5b9 712 doc/lxc-ls.sgml
4019712d 713 doc/lxc-monitor.sgml
813a4837 714 doc/lxc-snapshot.sgml
4019712d
SG
715 doc/lxc-start-ephemeral.sgml
716 doc/lxc-start.sgml
717 doc/lxc-stop.sgml
f080ffd7 718 doc/lxc-top.sgml
4019712d
SG
719 doc/lxc-unfreeze.sgml
720 doc/lxc-unshare.sgml
df3415e0 721 doc/lxc-user-nic.sgml
adade80c 722 doc/lxc-usernsexec.sgml
4019712d
SG
723 doc/lxc-wait.sgml
724
8a67a2b2 725 doc/lxc.conf.sgml
55fc19a1
SG
726 doc/lxc.container.conf.sgml
727 doc/lxc.system.conf.sgml
df3415e0 728 doc/lxc-usernet.sgml
8b8b04f8 729 doc/lxc.sgml
10fba81b 730 doc/common_options.sgml
99e4008c 731 doc/see_also.sgml
d823d5b9 732
baf6671f
DL
733 doc/rootfs/Makefile
734
0f71d073
DL
735 doc/examples/Makefile
736 doc/examples/lxc-macvlan.conf
26c39028 737 doc/examples/lxc-vlan.conf
0f71d073
DL
738 doc/examples/lxc-no-netns.conf
739 doc/examples/lxc-empty-netns.conf
740 doc/examples/lxc-phys.conf
741 doc/examples/lxc-veth.conf
c553a9c2 742 doc/examples/lxc-complex.conf
0f71d073 743
57da8c32 744 doc/ja/Makefile
57da8c32 745 doc/ja/lxc-attach.sgml
28f2ab26 746 doc/ja/lxc-autostart.sgml
57da8c32
KY
747 doc/ja/lxc-cgroup.sgml
748 doc/ja/lxc-checkconfig.sgml
b0e26ca7 749 doc/ja/lxc-checkpoint.sgml
57da8c32 750 doc/ja/lxc-clone.sgml
3220eceb 751 doc/ja/lxc-config.sgml
57da8c32 752 doc/ja/lxc-console.sgml
842948e4 753 doc/ja/lxc-copy.sgml
57da8c32
KY
754 doc/ja/lxc-create.sgml
755 doc/ja/lxc-destroy.sgml
756 doc/ja/lxc-device.sgml
757 doc/ja/lxc-execute.sgml
758 doc/ja/lxc-freeze.sgml
759 doc/ja/lxc-info.sgml
57da8c32
KY
760 doc/ja/lxc-ls.sgml
761 doc/ja/lxc-monitor.sgml
ebe0aeb1 762 doc/ja/lxc-snapshot.sgml
57da8c32
KY
763 doc/ja/lxc-start-ephemeral.sgml
764 doc/ja/lxc-start.sgml
765 doc/ja/lxc-stop.sgml
766 doc/ja/lxc-top.sgml
767 doc/ja/lxc-unfreeze.sgml
768 doc/ja/lxc-unshare.sgml
07ece600 769 doc/ja/lxc-user-nic.sgml
755d8d03 770 doc/ja/lxc-usernsexec.sgml
57da8c32
KY
771 doc/ja/lxc-wait.sgml
772
773 doc/ja/lxc.conf.sgml
fb261f53
KY
774 doc/ja/lxc.container.conf.sgml
775 doc/ja/lxc.system.conf.sgml
07ece600 776 doc/ja/lxc-usernet.sgml
57da8c32
KY
777 doc/ja/lxc.sgml
778 doc/ja/common_options.sgml
779 doc/ja/see_also.sgml
780
2b371b26 781 doc/ko/Makefile
2b371b26
SY
782 doc/ko/lxc-attach.sgml
783 doc/ko/lxc-autostart.sgml
784 doc/ko/lxc-cgroup.sgml
785 doc/ko/lxc-checkconfig.sgml
786 doc/ko/lxc-checkpoint.sgml
787 doc/ko/lxc-clone.sgml
788 doc/ko/lxc-config.sgml
789 doc/ko/lxc-console.sgml
b035f792 790 doc/ko/lxc-copy.sgml
2b371b26
SY
791 doc/ko/lxc-create.sgml
792 doc/ko/lxc-destroy.sgml
793 doc/ko/lxc-device.sgml
794 doc/ko/lxc-execute.sgml
795 doc/ko/lxc-freeze.sgml
796 doc/ko/lxc-info.sgml
797 doc/ko/lxc-ls.sgml
798 doc/ko/lxc-monitor.sgml
799 doc/ko/lxc-snapshot.sgml
800 doc/ko/lxc-start-ephemeral.sgml
801 doc/ko/lxc-start.sgml
802 doc/ko/lxc-stop.sgml
803 doc/ko/lxc-top.sgml
804 doc/ko/lxc-unfreeze.sgml
805 doc/ko/lxc-unshare.sgml
806 doc/ko/lxc-user-nic.sgml
807 doc/ko/lxc-usernsexec.sgml
808 doc/ko/lxc-wait.sgml
809
810 doc/ko/lxc.conf.sgml
811 doc/ko/lxc.container.conf.sgml
812 doc/ko/lxc.system.conf.sgml
813 doc/ko/lxc-usernet.sgml
814 doc/ko/lxc.sgml
815 doc/ko/common_options.sgml
816 doc/ko/see_also.sgml
817
906f8c4d
SG
818 hooks/Makefile
819
c01d62f2 820 templates/Makefile
f8d0243a 821 templates/lxc-alpine
822 templates/lxc-altlinux
823 templates/lxc-archlinux
824 templates/lxc-busybox
825 templates/lxc-centos
58a46e06 826 templates/lxc-cirros
c01d62f2 827 templates/lxc-debian
71d3a659 828 templates/lxc-download
c01d62f2 829 templates/lxc-fedora
f8d0243a 830 templates/lxc-gentoo
9aad9d12 831 templates/lxc-openmandriva
f8d0243a 832 templates/lxc-opensuse
708f4a80 833 templates/lxc-oracle
cab79123 834 templates/lxc-plamo
3a05a669 835 templates/lxc-slackware
f8d0243a 836 templates/lxc-sshd
837 templates/lxc-ubuntu
838 templates/lxc-ubuntu-cloud
beabd0a2 839 templates/lxc-sparclinux
c9844b87 840
288063bd 841 src/Makefile
5e97c3fc 842 src/lxc/Makefile
237315ff 843 src/lxc/lxc-checkconfig
5b12984b 844 src/lxc/lxc-start-ephemeral
2a59a681 845 src/lxc/lxc.functions
a22185dd 846 src/lxc/version.h
be2e4e54 847 src/python-lxc/Makefile
d79067a7 848 src/python-lxc/setup.py
be2e4e54 849
f080ffd7
DE
850 src/lua-lxc/Makefile
851
72d0e1cb 852 src/tests/Makefile
8cb8e496 853 src/tests/lxc-test-usernic
5e97c3fc 854])
855AC_CONFIG_COMMANDS([default],[[]],[[]])
856AC_OUTPUT
f91d5e4e
SG
857
858# Configuration overview
859cat << EOF
860
861----------------------------
862Environment:
863 - compiler: $CC
864 - distribution: $with_distro
89f79f6b 865 - init script type(s): $init_script
f91d5e4e 866 - rpath: $enable_rpath
d8d44659 867 - GnuTLS: $enable_gnutls
0306de4f 868 - Bash integration: $enable_bash
f91d5e4e
SG
869
870Security features:
871 - Apparmor: $enable_apparmor
872 - Linux capabilities: $enable_capabilities
873 - seccomp: $enable_seccomp
874 - SELinux: $enable_selinux
d4ef7c50 875 - cgmanager: $enable_cgmanager
f91d5e4e
SG
876
877Bindings:
878 - lua: $enable_lua
879 - python3: $enable_python
880
881Documentation:
882 - examples: $enable_examples
883 - API documentation: $enable_api_docs
884 - user documentation: $enable_doc
885
886Debugging:
887 - tests: $enable_tests
888 - mutex debugging: $enable_mutex_debugging
889
890Paths:
891 - Logs in configpath: $enable_configpath_log
892EOF
babbea4b
ÇO
893
894if test "x$ac_cv_func_pthread_atfork" = "xno" ; then
895cat << EOF
896
897WARNING: Threading not supported on your platform
898
899 You are compiling LXC for bionic target which lacks certain threading related functionality used by LXC API (like pthread_atfork).
900 Please note that, because of the missing functionality, multithreaded usage of LXC API cause some problems.
901EOF
902fi