]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* src/acgeneral.texi (AC_INIT_NOTICE): Include inttypes.h in the
authorAkim Demaille <akim@epita.fr>
Fri, 25 Feb 2000 17:49:29 +0000 (17:49 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 25 Feb 2000 17:49:29 +0000 (17:49 +0000)
ac_includes_default.
* doc/autoconf.texi (Default Includes): Adjust.

ChangeLog
acgeneral.m4
doc/autoconf.texi
lib/autoconf/general.m4

index d14d8549376c12f34120f9140107d212c25e43f2..3e38f859e1259ff2d94d9eee42daceb33d300f83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-02-25  Akim Demaille  <akim@epita.fr>
+
+       * src/acgeneral.texi (AC_INIT_NOTICE): Include inttypes.h in the
+       ac_includes_default.
+       * doc/autoconf.texi (Default Includes): Adjust.
+
 2000-02-25  Akim Demaille  <akim@epita.fr>
 
        Export the knowledge on disabling echo's trailing new line.
index 6dc8eb95acba9585b41904b2fc18570bd9521852..fcf0e951a6a5343a8d662db58c384bfe104ff0d7 100644 (file)
@@ -513,7 +513,8 @@ popdef([AC_Prefix])dnl
 AC_DEFUN(AC_INIT_NOTICE,
 [# Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using Autoconf version ]AC_ACVERSION[
-# Copyright (C) 1992, 93, 94, 95, 96, 98, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000
+# Free Software Foundation, Inc.
 #
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
@@ -546,6 +547,9 @@ ac_includes_default="\
 #  include <strings.h>
 # endif
 #endif
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif"
index 5a6d7a5b62b795511f76ede18be79a98b1fe4266..95d76779701a1213791dcd593f6b12bcc9f87df1 100644 (file)
@@ -1919,6 +1919,9 @@ Most generic macros provide the following default set of includes:
 #  include <strings.h>
 # endif
 #endif
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif
index 6dc8eb95acba9585b41904b2fc18570bd9521852..fcf0e951a6a5343a8d662db58c384bfe104ff0d7 100644 (file)
@@ -513,7 +513,8 @@ popdef([AC_Prefix])dnl
 AC_DEFUN(AC_INIT_NOTICE,
 [# Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using Autoconf version ]AC_ACVERSION[
-# Copyright (C) 1992, 93, 94, 95, 96, 98, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000
+# Free Software Foundation, Inc.
 #
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
@@ -546,6 +547,9 @@ ac_includes_default="\
 #  include <strings.h>
 # endif
 #endif
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif"