85631eff8f
OK kili@
48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
$OpenBSD: patch-src_configure,v 1.5 2010/01/07 10:55:28 edd Exp $
|
|
--- src/configure.orig Tue Jul 28 23:10:12 2009
|
|
+++ src/configure Mon Dec 28 21:08:14 2009
|
|
@@ -22606,43 +22606,6 @@ $as_echo "no" >&6; }
|
|
fi
|
|
|
|
|
|
-# Extract the first word of "dvipdf", so it can be a program name with args.
|
|
-set dummy dvipdf; ac_word=$2
|
|
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
-$as_echo_n "checking for $ac_word... " >&6; }
|
|
-if test "${ac_cv_prog_DVIPDF+set}" = set; then
|
|
- $as_echo_n "(cached) " >&6
|
|
-else
|
|
- if test -n "$DVIPDF"; then
|
|
- ac_cv_prog_DVIPDF="$DVIPDF" # Let the user override the test.
|
|
-else
|
|
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
-for as_dir in $PATH
|
|
-do
|
|
- IFS=$as_save_IFS
|
|
- test -z "$as_dir" && as_dir=.
|
|
- for ac_exec_ext in '' $ac_executable_extensions; do
|
|
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
- ac_cv_prog_DVIPDF="dvipdf"
|
|
- $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
- break 2
|
|
- fi
|
|
-done
|
|
-done
|
|
-IFS=$as_save_IFS
|
|
-
|
|
-fi
|
|
-fi
|
|
-DVIPDF=$ac_cv_prog_DVIPDF
|
|
-if test -n "$DVIPDF"; then
|
|
- { $as_echo "$as_me:$LINENO: result: $DVIPDF" >&5
|
|
-$as_echo "$DVIPDF" >&6; }
|
|
-else
|
|
- { $as_echo "$as_me:$LINENO: result: no" >&5
|
|
-$as_echo "no" >&6; }
|
|
-fi
|
|
-
|
|
-
|
|
for ac_prog in gzip zip compress
|
|
do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|