]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - configure.ac
configure.ac: release 2.0.0.beta1
[mirror_lxcfs.git] / configure.ac
index 47f77a284aadbe2d74cdf946974af021520f157c..b611c393c069d9d239d96e7f64ad60eb63f92443 100644 (file)
@@ -1,11 +1,11 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([lxcfs], [0.16], [lxc-devel@lists.linuxcontainers.org])
+AC_INIT([lxcfs], [2.0.0.beta1], [lxc-devel@lists.linuxcontainers.org])
 AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([subdir-objects])
+AM_INIT_AUTOMAKE([subdir-objects -Wno-portability])
 
 AC_GNU_SOURCE
 AC_CONFIG_HEADERS([config.h])
@@ -71,4 +71,13 @@ if test "z$pamdir" != "znone"; then
        AC_SUBST([pamdir])
 fi
 
+# Rootfs path, where the container mount structure is assembled
+AC_ARG_WITH([rootfs-path],
+       [AC_HELP_STRING(
+               [--with-rootfs-path=dir],
+               [lxc rootfs mount point]
+       )], [], [with_rootfs_path=['${libdir}/lxc/rootfs']])
+
+AS_AC_EXPAND(LIBDIR, "$libdir")
+
 AC_OUTPUT