autotools

This commit is contained in:
jasonmoxham 2010-07-21 23:44:50 +00:00
parent e6de84636e
commit 55c331e627
2 changed files with 2 additions and 23 deletions

View File

@ -168,9 +168,6 @@ MA 02110-1301, USA.
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <invent.h> header file. */
#undef HAVE_INVENT_H
/* Define to 1 if you have the <langinfo.h> 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 <sys/attributes.h> header file. */
#undef HAVE_SYS_ATTRIBUTES_H
/* Define to 1 if you have the <sys/iograph.h> header file. */
#undef HAVE_SYS_IOGRAPH_H
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
@ -418,9 +409,6 @@ MA 02110-1301, USA.
/* Define to 1 if you have the <sys/sysinfo.h> header file. */
#undef HAVE_SYS_SYSINFO_H
/* Define to 1 if you have the <sys/syssgi.h> header file. */
#undef HAVE_SYS_SYSSGI_H
/* Define to 1 if you have the <sys/systemcfg.h> header file. */
#undef HAVE_SYS_SYSTEMCFG_H

13
configure vendored
View File

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