Mercurial > hg > octave-lyh
comparison configure.ac @ 10240:fa7b5751730c
use gnulib time, sys_time, and sys_times modules
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 02 Feb 2010 00:53:31 -0500 |
parents | e45ccac6017f |
children | 8cea060a6c85 |
comparison
equal
deleted
inserted
replaced
10239:e45ccac6017f | 10240:fa7b5751730c |
---|---|
1449 | 1449 |
1450 ### Checks for header files. | 1450 ### Checks for header files. |
1451 | 1451 |
1452 AC_HEADER_STDC | 1452 AC_HEADER_STDC |
1453 AC_HEADER_DIRENT | 1453 AC_HEADER_DIRENT |
1454 AC_HEADER_TIME | |
1455 AC_HEADER_SYS_WAIT | 1454 AC_HEADER_SYS_WAIT |
1456 | 1455 |
1457 ### C headers | 1456 ### C headers |
1458 | 1457 |
1459 AC_CHECK_HEADERS(curses.h direct.h dlfcn.h fcntl.h \ | 1458 AC_CHECK_HEADERS(curses.h direct.h dlfcn.h fcntl.h \ |
1460 floatingpoint.h grp.h ieeefp.h inttypes.h locale.h memory.h nan.h \ | 1459 floatingpoint.h grp.h ieeefp.h inttypes.h locale.h memory.h nan.h \ |
1461 ncurses.h poll.h pthread.h pwd.h stdint.h sunmath.h sys/ioctl.h \ | 1460 ncurses.h poll.h pthread.h pwd.h stdint.h sunmath.h sys/ioctl.h \ |
1462 sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \ | 1461 sys/param.h sys/poll.h sys/resource.h sys/select.h \ |
1463 sys/time.h sys/times.h sys/utsname.h sys/utime.h termcap.h \ | 1462 sys/utsname.h termcap.h) |
1464 utime.h) | |
1465 | 1463 |
1466 ### C++ headers | 1464 ### C++ headers |
1467 | 1465 |
1468 AC_LANG_PUSH(C++) | 1466 AC_LANG_PUSH(C++) |
1469 AC_CHECK_HEADERS(sstream) | 1467 AC_CHECK_HEADERS(sstream) |