]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - configure.ac
lxcfs, bindings: share cgroup info + add clone()
[mirror_lxcfs.git] / configure.ac
index cb373eb8ded46ff5de93056fd3a4e4c2dce662e2..dae4218ab2161152fa48794f8ab75282eeab1c35 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([lxcfs], [2.0.0.rc6], [lxc-devel@lists.linuxcontainers.org])
+AC_INIT([lxcfs], [2.0.0], [lxc-devel@lists.linuxcontainers.org])
 AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -22,8 +22,6 @@ AC_CONFIG_FILES([
        share/lxc.reboot.hook
        tests/Makefile ])
 
-AM_INIT_AUTOMAKE
-
 LT_INIT
 AC_PROG_CC