Mercurial > hg > octave-avbm
comparison configure.in @ 7231:2eb392d058bb
[project @ 2007-11-30 18:53:29 by jwe]
author | jwe |
---|---|
date | Fri, 30 Nov 2007 18:53:30 +0000 |
parents | 57d2546ad8d5 |
children | 7e248dd1e6d5 |
comparison
equal
deleted
inserted
replaced
7230:a760bd2630d5 | 7231:2eb392d058bb |
---|---|
27 | 27 |
28 EXTERN_CFLAGS="$CFLAGS" | 28 EXTERN_CFLAGS="$CFLAGS" |
29 EXTERN_CXXFLAGS="$CXXFLAGS" | 29 EXTERN_CXXFLAGS="$CXXFLAGS" |
30 | 30 |
31 AC_INIT | 31 AC_INIT |
32 AC_REVISION($Revision: 1.596 $) | 32 AC_REVISION($Revision: 1.597 $) |
33 AC_PREREQ(2.57) | 33 AC_PREREQ(2.57) |
34 AC_CONFIG_SRCDIR([src/octave.cc]) | 34 AC_CONFIG_SRCDIR([src/octave.cc]) |
35 AC_CONFIG_HEADER(config.h) | 35 AC_CONFIG_HEADER(config.h) |
36 | 36 |
37 OCTAVE_HOST_TYPE | 37 OCTAVE_HOST_TYPE |
1231 | 1231 |
1232 ### C headers | 1232 ### C headers |
1233 | 1233 |
1234 AC_CHECK_HEADERS(assert.h curses.h direct.h dlfcn.h fcntl.h float.h \ | 1234 AC_CHECK_HEADERS(assert.h curses.h direct.h dlfcn.h fcntl.h float.h \ |
1235 floatingpoint.h grp.h ieeefp.h inttypes.h limits.h locale.h memory.h nan.h \ | 1235 floatingpoint.h grp.h ieeefp.h inttypes.h limits.h locale.h memory.h nan.h \ |
1236 ncurses.h poll.h pwd.h stdint.h stdlib.h string.h sys/ioctl.h \ | 1236 ncurses.h poll.h pwd.h stdint.h stdlib.h string.h sunmath.h sys/ioctl.h \ |
1237 sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \ | 1237 sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \ |
1238 sys/time.h sys/times.h sys/types.h sys/utsname.h sys/utime.h termcap.h \ | 1238 sys/time.h sys/times.h sys/types.h sys/utsname.h sys/utime.h termcap.h \ |
1239 unistd.h utime.h varargs.h) | 1239 unistd.h utime.h varargs.h) |
1240 | 1240 |
1241 ### C++ headers | 1241 ### C++ headers |