summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure69
1 files changed, 69 insertions, 0 deletions
diff --git a/configure b/configure
index 60946d8..6b10970 100755
--- a/configure
+++ b/configure
@@ -3907,6 +3907,29 @@ does understand -path, you can supply its path with the
{ (exit 1); exit 1; }; }
fi
+{ $as_echo "$as_me:$LINENO: checking whether $FIND -print0 works" >&5
+$as_echo_n "checking whether $FIND -print0 works... " >&6; }
+if $FIND . -path '*' -print0 >/dev/null 2>&1; then
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+$as_echo "no" >&6; }
+ { { $as_echo "$as_me:$LINENO: error:
+Sorry, you have a version of find which doesn't understand -print0.
+$PACKAGE_NAME needs it. If you have access to a version of find which
+does understand -print0, you can supply its path with the
+'--with-find=' option.
+" >&5
+$as_echo "$as_me: error:
+Sorry, you have a version of find which doesn't understand -print0.
+$PACKAGE_NAME needs it. If you have access to a version of find which
+does understand -print0, you can supply its path with the
+'--with-find=' option.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
@@ -3998,6 +4021,52 @@ $as_echo "$as_me: error: Please specify the location of xargs with the option '-
+{ $as_echo "$as_me:$LINENO: checking whether $XARGS -r works" >&5
+$as_echo_n "checking whether $XARGS -r works... " >&6; }
+if echo | $XARGS -r echo >/dev/null 2>&1; then
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+$as_echo "no" >&6; }
+ { { $as_echo "$as_me:$LINENO: error:
+Sorry, you have a version of xargs which doesn't understand -r.
+$PACKAGE_NAME needs it. If you have access to a version of xargs which
+does understand -r, you can supply its path with the
+'--with-xargs=' option.
+" >&5
+$as_echo "$as_me: error:
+Sorry, you have a version of xargs which doesn't understand -r.
+$PACKAGE_NAME needs it. If you have access to a version of xargs which
+does understand -r, you can supply its path with the
+'--with-xargs=' option.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+{ $as_echo "$as_me:$LINENO: checking whether $XARGS -0 works" >&5
+$as_echo_n "checking whether $XARGS -0 works... " >&6; }
+if echo | $XARGS -0 echo >/dev/null 2>&1; then
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+$as_echo "no" >&6; }
+ { { $as_echo "$as_me:$LINENO: error:
+Sorry, you have a version of xargs which doesn't understand -0.
+$PACKAGE_NAME needs it. If you have access to a version of xargs which
+does understand -0, you can supply its path with the
+'--with-xargs=' option.
+" >&5
+$as_echo "$as_me: error:
+Sorry, you have a version of xargs which doesn't understand -0.
+$PACKAGE_NAME needs it. If you have access to a version of xargs which
+does understand -0, you can supply its path with the
+'--with-xargs=' option.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
# Check whether --with-diffstat was given.