From aeeaec567a4a758a04926eae34961ee42c3c1fd3 Mon Sep 17 00:00:00 2001
From: Ravinder Konka <rkonka@codeaurora.org>
Date: Thu, 30 Apr 2015 11:33:14 +0530
Subject: [PATCH] new

Change-Id: I8a8e2049a75074ae1feba98cc4a5772b783f2d80
---
 Makefile.am  |  4 +---
 configure.ac | 14 --------------
 2 files changed, 1 insertion(+), 17 deletions(-)
 mode change 100644 => 100755 Makefile.am
 mode change 100644 => 100755 configure.ac

diff --git a/Makefile.am b/Makefile.am
old mode 100644
new mode 100755
index 313ed15..f69b58c
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,9 +2,7 @@ SUBDIRS = \
	src \
	data \
	etc \
-	docs \
-	m4macros \
-	tests
+	m4macros

 # tools want this on a single line
 ACLOCAL_AMFLAGS = -I m4macros
diff --git a/configure.ac b/configure.ac
old mode 100644
new mode 100755
index 1c2f053..b671012
--- a/configure.ac
+++ b/configure.ac
@@ -282,27 +282,13 @@ AC_SUBST(CPPFLAGS)
 AC_SUBST(LIBS)
 AC_SUBST(ADDITIONAL_OBJECTS)

-# Check for asciidoc
-AC_PATH_PROG(A2X, a2x, no)
-AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno")
-if test x"$A2X" = x"no"; then
-  AC_MSG_ERROR([Test for asciidoc failed. See the file 'INSTALL' for help.])
-fi
-
 AC_CONFIG_FILES([
 Makefile
 src/Makefile
 data/Makefile
 data/templates/Makefile
 etc/Makefile
-docs/Makefile
-docs/man5/Makefile
-docs/man5/tinyproxy.conf.txt
-docs/man8/Makefile
-docs/man8/tinyproxy.txt
 m4macros/Makefile
-tests/Makefile
-tests/scripts/Makefile
 ])

 AC_OUTPUT
--
1.8.2.1



