wok view tinyproxy/stuff/no-docs-and-tests.diff @ rev 8460

Compling samba with -j1 now.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 20:49:59 2011 +0000 (2011-02-06)
parents
children df64154dacd6
line source
1 diff --git a/Makefile.am b/Makefile.am
2 index 7de41f2..9d1f99b 100644
3 --- a/Makefile.am
4 +++ b/Makefile.am
5 @@ -2,9 +2,7 @@ SUBDIRS = \
6 src \
7 data \
8 etc \
9 - docs \
10 m4macros \
11 - tests
13 # tools want this on a single line
14 ACLOCAL_AMFLAGS = -I m4macros
15 diff --git a/Makefile.in b/Makefile.in
16 index d0ec918..5be49d4 100644
17 --- a/Makefile.in
18 +++ b/Makefile.in
19 @@ -221,9 +221,7 @@ SUBDIRS = \
20 src \
21 data \
22 etc \
23 - docs \
24 m4macros \
25 - tests
28 # tools want this on a single line
29 diff --git a/configure b/configure
30 index 01d6883..facfadd 100755
31 --- a/configure
32 +++ b/configure
33 @@ -6811,67 +6811,10 @@
34 fi
37 -
38 -
39 -
40 -
41 -
42 -# Check for asciidoc
43 -# Extract the first word of "a2x", so it can be a program name with args.
44 -set dummy a2x; ac_word=$2
45 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
46 -$as_echo_n "checking for $ac_word... " >&6; }
47 -if test "${ac_cv_path_A2X+set}" = set; then :
48 - $as_echo_n "(cached) " >&6
49 -else
50 - case $A2X in
51 - [\\/]* | ?:[\\/]*)
52 - ac_cv_path_A2X="$A2X" # Let the user override the test with a path.
53 - ;;
54 - *)
55 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
56 -for as_dir in $PATH
57 -do
58 - IFS=$as_save_IFS
59 - test -z "$as_dir" && as_dir=.
60 - for ac_exec_ext in '' $ac_executable_extensions; do
61 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
62 - ac_cv_path_A2X="$as_dir/$ac_word$ac_exec_ext"
63 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
64 - break 2
65 - fi
66 -done
67 - done
68 -IFS=$as_save_IFS
69 -
70 - test -z "$ac_cv_path_A2X" && ac_cv_path_A2X="no"
71 - ;;
72 -esac
73 -fi
74 -A2X=$ac_cv_path_A2X
75 -if test -n "$A2X"; then
76 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $A2X" >&5
77 -$as_echo "$A2X" >&6; }
78 -else
79 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
80 -$as_echo "no" >&6; }
81 -fi
82 -
83 -
84 - if test "x$A2X" != "xno"; then
85 - HAVE_A2X_TRUE=
86 - HAVE_A2X_FALSE='#'
87 -else
88 - HAVE_A2X_TRUE='#'
89 - HAVE_A2X_FALSE=
90 -fi
91 -
92 -if test x"$A2X" = x"no"; then
93 - as_fn_error "Test for asciidoc failed. See the file 'INSTALL' for help." "$LINENO" 5
94 -fi
95 -
96 + HAVE_A2X_TRUE='#'
97 + HAVE_A2X_FALSE=
98 ac_config_files="$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"