From 4e8d927dded819785e749c571f5b6a495a425432 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 15 May 2006 17:11:59 +0000 Subject: * configure.ac: Use GCC_HEADER_STDINT. * acinclude.m4: Include stdint.m4. * Makefile.in (gdb_stdint_h): Define. (distclean): Remove gdb_stdint.h. (Makefile, stamp-h): Update rules to generate only the correct files. (gdb_stdint.h, stamp-int): New rules. * config.in, configure: Regenerated. --- gdb/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/configure.ac') diff --git a/gdb/configure.ac b/gdb/configure.ac index 8f66b4d..0513b8d 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -422,6 +422,9 @@ AC_CHECK_HEADERS(term.h, [], [], # unconditionally, so what's the point in checking these? AC_CHECK_HEADERS(ctype.h time.h) +# Create a header we can use portably to get the standard integer types. +GCC_HEADER_STDINT(gdb_stdint.h) + # ------------------------- # # Checks for declarations. # # ------------------------- # -- cgit v1.1