forked from brl/citadel
43 lines
1.1 KiB
Diff
43 lines
1.1 KiB
Diff
From 27df521c68e7c8b5b050dab15f40aa15fd03623a Mon Sep 17 00:00:00 2001
|
|
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
|
Date: Wed, 4 May 2016 14:58:24 +0300
|
|
Subject: [PATCH] Avoid building docs
|
|
|
|
Upstream-Status: Inappropriate
|
|
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
|
---
|
|
Makefile.am | 2 +-
|
|
m4/yelp.m4 | 6 ------
|
|
2 files changed, 1 insertion(+), 7 deletions(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index b919a3f..3a3851d 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-SUBDIRS = daemon data help lib po src tools tests
|
|
+SUBDIRS = daemon data lib po src tools tests
|
|
|
|
EXTRA_DIST = AUTHORS tap-test COPYING.gpl-2
|
|
|
|
diff --git a/m4/yelp.m4 b/m4/yelp.m4
|
|
index 5db847f..1b6ede4 100644
|
|
--- a/m4/yelp.m4
|
|
+++ b/m4/yelp.m4
|
|
@@ -27,12 +27,6 @@ AC_ARG_WITH([help-dir],
|
|
HELP_DIR="$with_help_dir"
|
|
AC_SUBST(HELP_DIR)
|
|
|
|
-AC_ARG_VAR([ITSTOOL], [Path to the `itstool` command])
|
|
-AC_CHECK_PROG([ITSTOOL], [itstool], [itstool])
|
|
-if test x"$ITSTOOL" = x; then
|
|
- AC_MSG_ERROR([itstool not found])
|
|
-fi
|
|
-
|
|
AC_ARG_VAR([XMLLINT], [Path to the `xmllint` command])
|
|
AC_CHECK_PROG([XMLLINT], [xmllint], [xmllint])
|
|
if test x"$XMLLINT" = x; then
|
|
--
|
|
2.1.4
|
|
|