lxc/0110-add-doc-for-lxc.patch

32 lines
893 B
Diff
Raw Normal View History

From 3e92134299a675e474074415b68be3755be24c9b Mon Sep 17 00:00:00 2001
2019-09-30 11:03:07 -04:00
From: liuhao <liuhao27@huawei.com>
Date: Fri, 21 Jun 2019 17:20:43 +0800
Subject: [PATCH 110/140] add doc for lxc
2019-09-30 11:03:07 -04:00
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
2019-09-30 11:03:07 -04:00
--- 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
2019-09-30 11:03:07 -04:00