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

32 lines
894 B
Diff
Raw Normal View History

2019-12-25 15:57:42 +08:00
From 25640fa1a09fade4ae15ba9a14a110f4a36cd0c8 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
2019-12-25 15:57:42 +08:00
Subject: [PATCH 110/131] 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
2019-12-25 15:57:42 +08:00
index a7147794..5963fab1 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=""
--
2019-12-25 15:57:42 +08:00
2.23.0
2019-09-30 11:03:07 -04:00