bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gettext-0.12] compiling problem on Solaris


From: Bruno Haible
Subject: Re: [gettext-0.12] compiling problem on Solaris
Date: Thu, 22 May 2003 13:19:09 +0200 (CEST)

SAKAI Kiyotaka writes:
> To compile gettext-0.12 on Solaris, the following patch is needed
> due to parenthesis unbalance.
> 
> --- gettext-tools/src/msggrep.c       2003/05/22 02:06:17     1.1
> +++ gettext-tools/src/msggrep.c       2003/05/22 02:15:23
> @@ -346,7 +346,7 @@
>        -q and -e.  */
>  #if (defined (sun) || defined (__sun)) && defined (__SVR4)
>        if ((strcmp (grep_path, "/usr/bin/grep") == 0
> -        || strcmp (grep_path, "/bin/grep") == 0))
> +        || strcmp (grep_path, "/bin/grep") == 0)
>         && access ("/usr/xpg4/bin/grep", X_OK) == 0)
>       grep_path = "/usr/xpg4/bin/grep";
>  #endif

Thanks for the patch; I'm putting it into gettext 0.12.1.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]