[Libreoffice-commits] .: configure.in

Robert Nagy rnagy at kemper.freedesktop.org
Thu Apr 7 07:48:41 PDT 2011


 configure.in |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 92e87fe361e4cc9b67bd0fe0e49f5699baa0f9fc
Author: Robert Nagy <robert at openbsd.org>
Date:   Thu Apr 7 16:47:51 2011 +0200

    use system cp as a fallback for *BSD too

diff --git a/configure.in b/configure.in
index 7f006af..e4bf2b6 100755
--- a/configure.in
+++ b/configure.in
@@ -5921,10 +5921,8 @@ if $GNUCP --version 2>/dev/null | grep "coreutils" >/dev/null 2>/dev/null; then
    AC_MSG_RESULT([yes])
 elif $GNUCP --version 2>/dev/null | grep "GNU fileutils" >/dev/null 2>/dev/null; then
     AC_MSG_RESULT([yes])
-elif $GNUCP --version 2>/dev/null | grep "fileutils" >/dev/null 2>/dev/null; then
-    AC_MSG_RESULT([yes])
 else
-    if test "$_os" = "Darwin"; then
+    if test "$_os" = "Darwin" -o "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "FreeBSD"; then
         GNUCP=''
         AC_MSG_RESULT([no gnucp found - using the system's cp command])
     else


More information about the Libreoffice-commits mailing list