From 55c331e6275fcd443855833bed7a811a9980c06e Mon Sep 17 00:00:00 2001 From: jasonmoxham Date: Wed, 21 Jul 2010 23:44:50 +0000 Subject: [PATCH] autotools --- config.in | 12 ------------ configure | 13 ++----------- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/config.in b/config.in index 07b595dd..e4fd7abf 100644 --- a/config.in +++ b/config.in @@ -168,9 +168,6 @@ MA 02110-1301, USA. /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the header file. */ -#undef HAVE_INVENT_H - /* Define to 1 if you have the header file. */ #undef HAVE_LANGINFO_H @@ -388,12 +385,6 @@ MA 02110-1301, USA. /* Define to 1 if you have the `syssgi' function. */ #undef HAVE_SYSSGI -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_ATTRIBUTES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_IOGRAPH_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MMAN_H @@ -418,9 +409,6 @@ MA 02110-1301, USA. /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SYSINFO_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_SYSSGI_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SYSTEMCFG_H diff --git a/configure b/configure index 05529513..c8c40b7f 100755 --- a/configure +++ b/configure @@ -3336,7 +3336,7 @@ echo "include_mpn(\`mips32/mips-defs.m4')" >> $gmp_tmpconfigm4i case $host in - mips64*-*-* | mips*-*-irix[6789]*) + mips64*-*-*) abilist="64 n32 o32" cclist_n32="gcc cc" @@ -25707,13 +25707,10 @@ fi # Reasons for testing: # float.h - not in SunOS bundled cc -# invent.h - IRIX specific # langinfo.h - X/Open standard only, not in djgpp for instance # locale.h - old systems won't have this # nl_types.h - X/Open standard only, not in djgpp for instance # (usually langinfo.h gives nl_item etc, but not on netbsd 1.4.1) -# sys/attributes.h - IRIX specific -# sys/iograph.h - IRIX specific # sys/mman.h - not in Cray Unicos # sys/param.h - not in mingw # sys/processor.h - solaris specific, though also present in macos @@ -25721,11 +25718,9 @@ fi # sys/resource.h - not in mingw # sys/sysctl.h - not in mingw # sys/sysinfo.h - OSF specific -# sys/syssgi.h - IRIX specific # sys/systemcfg.h - AIX specific # sys/time.h - autoconf suggests testing, don't know anywhere without it # sys/times.h - not in mingw -# machine/hal_sysinfo.h - OSF specific # # inttypes.h, stdint.h, unistd.h and sys/types.h are already in the autoconf # default tests @@ -25743,11 +25738,7 @@ fi - - - - -for ac_header in fcntl.h float.h invent.h langinfo.h locale.h nl_types.h sys/attributes.h sys/iograph.h sys/mman.h sys/param.h sys/processor.h sys/pstat.h sys/sysinfo.h sys/syssgi.h sys/systemcfg.h sys/time.h sys/times.h +for ac_header in fcntl.h float.h langinfo.h locale.h nl_types.h sys/mman.h sys/param.h sys/processor.h sys/pstat.h sys/sysinfo.h sys/systemcfg.h sys/time.h sys/times.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then