aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-05-15 17:11:59 +0000
committerDaniel Jacobowitz <drow@false.org>2006-05-15 17:11:59 +0000
commit4e8d927dded819785e749c571f5b6a495a425432 (patch)
tree34afab207a6996b86c2e09ba223e1a3634175256 /gdb/configure.ac
parent64b607e61b2efa2517a6306df3cf3722175fe9ef (diff)
downloadgdb-4e8d927dded819785e749c571f5b6a495a425432.zip
gdb-4e8d927dded819785e749c571f5b6a495a425432.tar.gz
gdb-4e8d927dded819785e749c571f5b6a495a425432.tar.bz2
* 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.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac3
1 files changed, 3 insertions, 0 deletions
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. #
# ------------------------- #