Codebase list cafeobj / 86b7eac
biber should not be checked in configure Norbert Preining 8 years ago
3 changed file(s) with 85 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * new upstream release
33 * drop biber dependency, upstream uses bibtex now
4 * fix upstream's configure(.ac) not to check for biber
45
5 -- Norbert Preining <preining@debian.org> Thu, 22 Oct 2015 11:06:38 +0900
6 -- Norbert Preining <preining@debian.org> Thu, 22 Oct 2015 11:43:32 +0900
67
78 cafeobj (1.5.3-1) experimental; urgency=medium
89
00 fix-refman-fonts
11 fix-syntax-font
22 armhf-remove-buildopts
3 upstream-configure-remove-biber
0 ---
1 configure | 40 ----------------------------------------
2 configure.ac | 2 --
3 2 files changed, 42 deletions(-)
4
5 --- cafeobj.git.orig/configure
6 +++ cafeobj.git/configure
7 @@ -590,7 +590,6 @@
8 enable_rebuild_doc
9 pdflatex_avail
10 pandoc_avail
11 -biber_avail
12 xelatex_avail
13 gcl_dump
14 ccl64_dump
15 @@ -2507,44 +2506,6 @@
16 fi
17
18
19 - # Extract the first word of "biber", so it can be a program name with args.
20 -set dummy biber; ac_word=$2
21 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22 -$as_echo_n "checking for $ac_word... " >&6; }
23 -if ${ac_cv_prog_biber_avail+:} false; then :
24 - $as_echo_n "(cached) " >&6
25 -else
26 - if test -n "$biber_avail"; then
27 - ac_cv_prog_biber_avail="$biber_avail" # Let the user override the test.
28 -else
29 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30 -for as_dir in $PATH
31 -do
32 - IFS=$as_save_IFS
33 - test -z "$as_dir" && as_dir=.
34 - for ac_exec_ext in '' $ac_executable_extensions; do
35 - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36 - ac_cv_prog_biber_avail="yes"
37 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38 - break 2
39 - fi
40 -done
41 - done
42 -IFS=$as_save_IFS
43 -
44 - test -z "$ac_cv_prog_biber_avail" && ac_cv_prog_biber_avail="no"
45 -fi
46 -fi
47 -biber_avail=$ac_cv_prog_biber_avail
48 -if test -n "$biber_avail"; then
49 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $biber_avail" >&5
50 -$as_echo "$biber_avail" >&6; }
51 -else
52 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
53 -$as_echo "no" >&6; }
54 -fi
55 -
56 -
57 # Extract the first word of "pandoc", so it can be a program name with args.
58 set dummy pandoc; ac_word=$2
59 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
60 @@ -2622,7 +2583,6 @@
61
62
63 if test $xelatex_avail = no \
64 - -o $biber_avail = no \
65 -o $pandoc_avail = no \
66 -o $pdflatex_avail = no
67 then
68 --- cafeobj.git.orig/configure.ac
69 +++ cafeobj.git/configure.ac
70 @@ -312,11 +312,9 @@
71 then
72 dnl check for documentation building programs
73 AC_CHECK_PROG(xelatex_avail, [xelatex], [yes], [no])
74 - AC_CHECK_PROG(biber_avail, [biber], [yes], [no])
75 AC_CHECK_PROG(pandoc_avail, [pandoc], [yes], [no])
76 AC_CHECK_PROG(pdflatex_avail, [pdflatex], [yes], [no])
77 if test $xelatex_avail = no \
78 - -o $biber_avail = no \
79 -o $pandoc_avail = no \
80 -o $pdflatex_avail = no
81 then