lxc/0110-add-doc-for-lxc.patch
LiFeng 7b470b3cde lxc: internal change at 1.6
Change-Id: I5821dc8a44f724e59cee65e356dfae4fbae04f76
Signed-off-by: LiFeng <lifeng68@huawei.com>
2020-01-05 22:20:49 -05:00

32 lines
893 B
Diff

From 1cfa6b9e317c3a259f6960058bd3d0daa1f06b6c Mon Sep 17 00:00:00 2001
From: liuhao <liuhao27@huawei.com>
Date: Fri, 21 Jun 2019 17:20:43 +0800
Subject: [PATCH 110/138] add doc for lxc
add doc for lxc
Signed-off-by: liuhao <liuhao27@huawei.com>
Signed-off-by: LiFeng <lifeng68@huawei.com>
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index a714779..5963fab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,8 +206,8 @@ AM_CONDITIONAL([ENABLE_RPATH], [test "x$enable_rpath" = "xyes"])
# Documentation (manpages)
AC_ARG_ENABLE([doc],
- [AC_HELP_STRING([--enable-doc], [make man pages [default=no]])],
- [], [enable_doc=no])
+ [AC_HELP_STRING([--enable-doc], [make man pages [default=auto]])],
+ [], [enable_doc=auto])
if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then
db2xman=""
--
1.8.3.1