]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
configure.ac: Make our configure more consistent
authorStéphane Graber <stgraber@ubuntu.com>
Sun, 15 Dec 2013 23:48:38 +0000 (18:48 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 16 Dec 2013 14:14:23 +0000 (08:14 -0600)
commitf91d5e4e3fb8b90775b9cd372e43b5efd4ab9e55
tree097a5874134f687bf60dc8262240deb53d6d097c
parente8eab8b6d4dc835036f7a4d7b99ce6dff99f4aa6
configure.ac: Make our configure more consistent

This commit does the following changes:
 - Disable rpath by default
 - Switch all of our options to --enable-FEATURE in the help
 - Add auto-detection of libcap availability
 - Add auto-detection of python3 availability
 - Always specify the default value in --help
 - Add a configuration overview at the end

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
configure.ac