[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in
Robert Nagy
rnagy at kemper.freedesktop.org
Thu Apr 7 07:48:20 PDT 2011
configure.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 9ec5af6243ae890102ba9f585968278bd7d60825
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