Mercurial > hg > octave-avbm
changeset 10183:bb97e11ce1ba
configure.ac: don't check for standard C headers
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 21 Jan 2010 15:41:29 -0500 |
parents | 0522a65bcd56 |
children | b39bd23019eb |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-01-21 John W. Eaton <jwe@octave.org> + + * configure.ac: Don't check for standard C headers (by now, I + think we can safely assume they exist). Don't check for + varargs.h. + 2010-01-21 John W. Eaton <jwe@octave.org> * bootstrap.conf (gnulib_modules): Include sys_stat in the list.
--- a/configure.ac +++ b/configure.ac @@ -1456,12 +1456,12 @@ ### C headers -AC_CHECK_HEADERS(assert.h curses.h direct.h dlfcn.h fcntl.h float.h \ - floatingpoint.h grp.h ieeefp.h inttypes.h limits.h locale.h memory.h nan.h \ - ncurses.h poll.h pthread.h pwd.h stdint.h stdlib.h string.h sunmath.h sys/ioctl.h \ +AC_CHECK_HEADERS(curses.h direct.h dlfcn.h fcntl.h \ + floatingpoint.h grp.h ieeefp.h inttypes.h locale.h memory.h nan.h \ + ncurses.h poll.h pthread.h pwd.h stdint.h sunmath.h sys/ioctl.h \ sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \ sys/time.h sys/times.h sys/utsname.h sys/utime.h termcap.h \ - utime.h varargs.h) + utime.h) ### C++ headers