]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid using ! sh builtin.
authorBruno Haible <bruno@clisp.org>
Wed, 26 May 2004 12:15:23 +0000 (12:15 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:52 +0000 (12:11 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/csharpcomp.m4

index 364de4738e54dc42df7831146924feae0f02d269..44c525d5665361f9f353aca8271981da8be9593f 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-26  Bruno Haible  <bruno@clisp.org>
+
+       * csharpcomp.m4 (gt_CSHARPCOMP): Avoid using !.
+       Reported by Alexandre Duret-Lutz.
+
 2004-04-19  Bruno Haible  <bruno@clisp.org>
 
        * error.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
index 063ef049fb9cd2dc56de2f0458cd15a371e34bfd..7aed983930cc57192e9d666f782b904ec2f8aee0 100644 (file)
@@ -1,4 +1,4 @@
-# csharpcomp.m4 serial 3 (gettext-0.15)
+# csharpcomp.m4 serial 4 (gettext-0.15)
 dnl Copyright (C) 2003-2004 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -44,7 +44,7 @@ AC_DEFUN([gt_CSHARPCOMP],
       sscli)
         if test -n "$HAVE_CSC_IN_PATH" \
            && csc -help >/dev/null 2>/dev/null \
-           && ! { csc -help 2>/dev/null | grep -i chicken > /dev/null; }; then
+           && { if csc -help 2>/dev/null | grep -i chicken > /dev/null; then false; else true; fi; }; then
           HAVE_CSC=1
           ac_result="csc"
           break