To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85610
                 Issue #|85610
                 Summary|to-be-SRC680_m244:Unassigned shell variable $GREP used
                        | in config_office/configure.in
               Component|tools
                 Version|current
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|vg
             Reported by|tono





------- Additional comments from [EMAIL PROTECTED] Sat Jan 26 15:26:32 +0000 
2008 -------
Unassigned shell variable $GREP is used in config_office/configure.in.

As AC_PROG_EGREP depends on AC_PROG_GREP after autoconf 2.61 and 
AC_HEADER_STDC depends on AC_PROG_EGREP, $GREP may happen to be assigned in 
some cases.

However, in win32 build with MS tools AC_HEADER_STDC is never invoked and 
$GREP at line 2985 will always fail. Other use of $GREP is not invoked in 
win32 build but we should consistently avoid using $GREP or invoke 
AC_PROG_GREP explicitly.

---------------------------------------------------------------------
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