Kaydet (Commit) d3ca0595 authored tarafından Robert Nagy's avatar Robert Nagy

use system cp as a fallback for *BSD too

üst 43363c4b
...@@ -5921,10 +5921,8 @@ if $GNUCP --version 2>/dev/null | grep "coreutils" >/dev/null 2>/dev/null; then ...@@ -5921,10 +5921,8 @@ if $GNUCP --version 2>/dev/null | grep "coreutils" >/dev/null 2>/dev/null; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
elif $GNUCP --version 2>/dev/null | grep "GNU fileutils" >/dev/null 2>/dev/null; then elif $GNUCP --version 2>/dev/null | grep "GNU fileutils" >/dev/null 2>/dev/null; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
elif $GNUCP --version 2>/dev/null | grep "fileutils" >/dev/null 2>/dev/null; then
AC_MSG_RESULT([yes])
else else
if test "$_os" = "Darwin"; then if test "$_os" = "Darwin" -o "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "FreeBSD"; then
GNUCP='' GNUCP=''
AC_MSG_RESULT([no gnucp found - using the system's cp command]) AC_MSG_RESULT([no gnucp found - using the system's cp command])
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment