* 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.
This commit is contained in:
Daniel Jacobowitz
2006-05-15 17:11:59 +00:00
parent 64b607e61b
commit 4e8d927dde
6 changed files with 8207 additions and 4827 deletions

View File

@ -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.