* m4/macros/os_cflags.m4: remove hack that hardcodes pte_t=u_int.
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 7 Oct 2005 21:25:01 +0000 (21:25 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 7 Oct 2005 21:25:01 +0000 (21:25 +0000)
commitf99d176f060ed0a188d46918ab26f3eb24e01803
tree66138aa41ef87ab9dc342c413bfa8399e94b0a1b
parent9ef7dfc5ab99d78675eeef3549542393bbd8c556
* m4/macros/os_cflags.m4: remove hack that hardcodes pte_t=u_int.

* configure.in: test for <sys/immu.h> header.
Test for pte_t, but only on IRIX6 systems.

* Makefile.am (EXTRA_DIST_M4): distribute new type_pte_t.m4 file.

* m4/macros/type_pte_t.m4: new test for existence of pte_t
typedef, needed on some IRIX-6.5/gcc systems.
ChangeLog
Makefile.am
configure.in
m4/macros/os_cflags.m4
m4/macros/type_pte_t.m4 [new file with mode: 0644]