gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/gl/m4


From: gsasl-commit
Subject: CVS gsasl/gl/m4
Date: Sat, 22 Oct 2005 21:36:01 +0200

Update of /home/cvs/gsasl/gl/m4
In directory dopio:/tmp/cvs-serv20123/gl/m4

Modified Files:
        gnulib-comp.m4 stdbool.m4 
Log Message:
Update.

--- /home/cvs/gsasl/gl/m4/gnulib-comp.m4        2005/09/25 10:23:42     1.4
+++ /home/cvs/gsasl/gl/m4/gnulib-comp.m4        2005/10/22 19:36:00     1.5
@@ -25,6 +25,7 @@
 # "Check for header files, types and library functions".
 AC_DEFUN([gl_INIT],
 [
+AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
   gl_ERROR
   gl_EXITFAIL
   gl_GETADDRINFO
--- /home/cvs/gsasl/gl/m4/stdbool.m4    2005/10/07 13:53:29     1.7
+++ /home/cvs/gsasl/gl/m4/stdbool.m4    2005/10/22 19:36:00     1.8
@@ -28,6 +28,9 @@
   AC_SUBST([HAVE__BOOL])
 ])
 
+# AM_STDBOOL_H will be renamed to gl_STDBOOL_H in the future.
+AC_DEFUN([gl_STDBOOL_H], [AM_STDBOOL_H])
+
 # This macro is only needed in autoconf <= 2.59.  Newer versions of autoconf
 # have this macro built-in.
 
@@ -73,7 +76,8 @@
          char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
        ],
        [
-         return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k + !l
+         /* Refer to every declared value, to avoid compiler optimizations.  */
+         return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                  + !m + !n + !o + !p);
        ],
        [ac_cv_header_stdbool_h=yes],





reply via email to

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