summaryrefslogtreecommitdiff
path: root/gdb/acinclude.m4
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-05-15 17:11:59 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-05-15 17:11:59 +0000
commit2fdcaeea84299e7a957f8ecdb24edf06e6504229 (patch)
tree3c16a77f9c23bab9c644a4b22656b4551134322a /gdb/acinclude.m4
parent01393581301b36e3b03d22ed3b07f29be4bef2cc (diff)
downloadgdb-2fdcaeea84299e7a957f8ecdb24edf06e6504229.tar.gz
* 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/acinclude.m4')
-rw-r--r--gdb/acinclude.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4
index 3bc60e4cbe2..c7685cfed66 100644
--- a/gdb/acinclude.m4
+++ b/gdb/acinclude.m4
@@ -7,6 +7,9 @@ sinclude(../bfd/bfd.m4)
dnl This gets the standard macros, like the TCL, TK, etc ones.
sinclude(../config/acinclude.m4)
+dnl This gets GCC_HEADER_STDINT.
+sinclude(../config/stdint.m4)
+
sinclude(../gettext.m4)
dnl The lines below arrange for aclocal not to bring gettext.m4's
dnl CY_GNU_GETTEXT into aclocal.m4.