lxc/0110-add-doc-for-lxc.patch
LiFeng c1c967d9bc lxc: make lxc-libs package
Signed-off-by: LiFeng <lifeng68@huawei.com>
2020-02-14 06:13:22 -05:00

32 lines
893 B
Diff

From eb92171582283b603420b8558de8a7c59e5296d9 Mon Sep 17 00:00:00 2001
From: liuhao <liuhao27@huawei.com>
Date: Fri, 21 Jun 2019 17:20:43 +0800
Subject: [PATCH 110/139] 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