]> code.delx.au - gnu-emacs/blobdiff - m4/stdint.m4
* gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
[gnu-emacs] / m4 / stdint.m4
index e7d0d0765a2b3cf28cfc4b339e70609ef9414538..c75e95722a58eee3f1f9ded938d4036ad45d3759 100644 (file)
@@ -1,4 +1,4 @@
-# stdint.m4 serial 39
+# stdint.m4 serial 41
 dnl Copyright (C) 2001-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -7,7 +7,7 @@ dnl with or without modifications, as long as this notice is preserved.
 dnl From Paul Eggert and Bruno Haible.
 dnl Test whether <stdint.h> is supported or must be substituted.
 
-AC_DEFUN([gl_STDINT_H],
+AC_DEFUN_ONCE([gl_STDINT_H],
 [
   AC_PREREQ([2.59])dnl
 
@@ -305,6 +305,7 @@ static const char *macro_values[] =
     STDINT_H=stdint.h
   fi
   AC_SUBST([STDINT_H])
+  AM_CONDITIONAL([GL_GENERATE_STDINT_H], [test -n "$STDINT_H"])
 ])
 
 dnl gl_STDINT_BITSIZEOF(TYPES, INCLUDES)