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

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

[gettext-0.12] compiling problem on Solaris


From: SAKAI Kiyotaka
Subject: [gettext-0.12] compiling problem on Solaris
Date: Thu, 22 May 2003 11:23:26 +0900 (JST)

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




reply via email to

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