To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69711
                 Issue #|69711
                 Summary|check for gnucp broken on mac os x
               Component|tools
                 Version|680m182
                Platform|All
                     URL|
              OS/Version|Mac OS X
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|configure
             Assigned to|rene
             Reported by|cloph





------- Additional comments from [EMAIL PROTECTED] Wed Sep 20 14:47:57 -0700 
2006 -------
On MacOS X the check for gnu cp fails since configure checks for "gnucp" only,
but it is installed as plain cp.

$ which gnucp
$ which cp
/sw/bin/cp
$ cp --version
cp (fileutils) 4.1
Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering.

Copyright (C) 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

############
if gnucp doesn't exist as executable in $PATH, configure should check whether
"cp" is gnu cp and should not rely on it being named "gnucp"

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to