]> git.proxmox.com Git - mirror_lxc.git/blobdiff - configure.ac
doc: Update Korean lxc-snapshot(1) for newname option
[mirror_lxc.git] / configure.ac
index bc85871bcd5ad9731c5c77c33c8ecceb6ec9aafc..5e9538e4706be321007f2da821406ce79652e455 100644 (file)
@@ -4,7 +4,7 @@
 m4_define([lxc_version_major], 1)
 m4_define([lxc_version_minor], 1)
 m4_define([lxc_version_micro], 0)
-m4_define([lxc_version_beta], [rc2])
+m4_define([lxc_version_beta], [])
 
 m4_define([lxc_version_base], [lxc_version_major.lxc_version_minor.lxc_version_micro])
 m4_define([lxc_version],
@@ -284,6 +284,17 @@ else
        AC_MSG_RESULT([no])
 fi
 
+AC_MSG_CHECKING(for cgmanager_list_controllers)
+save_LIBS=$LIBS
+AC_SEARCH_LIBS([cgmanager_list_controllers_sync], [cgmanager], [have_list_controllers=yes], [have_list_controllers=no], [-lnih -lnih-dbus -ldbus-1])
+LIBS=$save_LIBS
+if test "x$have_list_controllers" = "xyes"; then
+       AC_DEFINE([HAVE_CGMANAGER_LIST_CONTROLLERS], 1, [Have cgmanager_list_controllers])
+       AC_MSG_RESULT([yes])
+else
+       AC_MSG_RESULT([no])
+fi
+
 # Check for static libcap, make sure the function checked for differs from the
 # the one checked below so the cache doesn't give a wrong answer
 OLD_CFLAGS="$CFLAGS"
@@ -614,6 +625,7 @@ AC_CONFIG_FILES([
        config/init/common/lxc-net
        config/init/systemd/Makefile
        config/init/systemd/lxc.service
+       config/init/systemd/lxc@.service
        config/init/systemd/lxc-net.service
        config/init/sysvinit/Makefile
        config/init/sysvinit/lxc-containers
@@ -739,6 +751,43 @@ AC_CONFIG_FILES([
        doc/ja/common_options.sgml
        doc/ja/see_also.sgml
 
+       doc/ko/Makefile
+       doc/ko/legacy/lxc-ls.sgml
+       doc/ko/lxc-attach.sgml
+       doc/ko/lxc-autostart.sgml
+       doc/ko/lxc-cgroup.sgml
+       doc/ko/lxc-checkconfig.sgml
+       doc/ko/lxc-checkpoint.sgml
+       doc/ko/lxc-clone.sgml
+       doc/ko/lxc-config.sgml
+       doc/ko/lxc-console.sgml
+       doc/ko/lxc-create.sgml
+       doc/ko/lxc-destroy.sgml
+       doc/ko/lxc-device.sgml
+       doc/ko/lxc-execute.sgml
+       doc/ko/lxc-freeze.sgml
+       doc/ko/lxc-info.sgml
+       doc/ko/lxc-ls.sgml
+       doc/ko/lxc-monitor.sgml
+       doc/ko/lxc-snapshot.sgml
+       doc/ko/lxc-start-ephemeral.sgml
+       doc/ko/lxc-start.sgml
+       doc/ko/lxc-stop.sgml
+       doc/ko/lxc-top.sgml
+       doc/ko/lxc-unfreeze.sgml
+       doc/ko/lxc-unshare.sgml
+       doc/ko/lxc-user-nic.sgml
+       doc/ko/lxc-usernsexec.sgml
+       doc/ko/lxc-wait.sgml
+
+       doc/ko/lxc.conf.sgml
+       doc/ko/lxc.container.conf.sgml
+       doc/ko/lxc.system.conf.sgml
+       doc/ko/lxc-usernet.sgml
+       doc/ko/lxc.sgml
+       doc/ko/common_options.sgml
+       doc/ko/see_also.sgml
+
        hooks/Makefile
 
        templates/Makefile