ac_includes_default.
* doc/autoconf.texi (Default Includes): Adjust.
+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.
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.
# include <strings.h>
# endif
#endif
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif"
# include <strings.h>
# endif
#endif
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
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.
# include <strings.h>
# endif
#endif
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif"