comparison configure.in @ 6694:3d913ba36b75

[project @ 2007-06-06 06:08:25 by jwe]
author jwe
date Wed, 06 Jun 2007 06:08:26 +0000
parents 2aad75fcc93a
children 781777998927
comparison
equal deleted inserted replaced
6693:768d3ad80bbf 6694:3d913ba36b75
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.563 $) 32 AC_REVISION($Revision: 1.564 $)
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
1346 1346
1347 AC_CHECK_HEADERS(assert.h curses.h direct.h dlfcn.h fcntl.h float.h \ 1347 AC_CHECK_HEADERS(assert.h curses.h direct.h dlfcn.h fcntl.h float.h \
1348 floatingpoint.h grp.h ieeefp.h inttypes.h limits.h locale.h memory.h nan.h \ 1348 floatingpoint.h grp.h ieeefp.h inttypes.h limits.h locale.h memory.h nan.h \
1349 ncurses.h poll.h pwd.h stdint.h stdlib.h string.h sys/ioctl.h \ 1349 ncurses.h poll.h pwd.h stdint.h stdlib.h string.h sys/ioctl.h \
1350 sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \ 1350 sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \
1351 sys/time.h sys/times.h sys/types.h sys/utsname.h termcap.h \ 1351 sys/time.h sys/times.h sys/types.h sys/utsname.h sys/utime.h termcap.h \
1352 unistd.h varargs.h) 1352 unistd.h utime.h varargs.h)
1353 1353
1354 ### C++ headers 1354 ### C++ headers
1355 1355
1356 AC_LANG_PUSH(C++) 1356 AC_LANG_PUSH(C++)
1357 AC_CHECK_HEADERS(sstream) 1357 AC_CHECK_HEADERS(sstream)
1401 AC_MSG_ERROR([You are required to have fnmatch.h and glob.h]) 1401 AC_MSG_ERROR([You are required to have fnmatch.h and glob.h])
1402 fi 1402 fi
1403 1403
1404 ### Checks for functions and variables. 1404 ### Checks for functions and variables.
1405 1405
1406 AC_CHECK_FUNCS(atexit basename bcopy bzero canonicalize_file_name \ 1406 AC_CHECK_FUNCS(atexit basename bcopy bzero canonicalize_file_name chmod \
1407 dup2 endgrent endpwent execvp fcntl fork getcwd getegid geteuid \ 1407 dup2 endgrent endpwent execvp fcntl fork getcwd getegid geteuid \
1408 getgid getgrent getgrgid getgrnam getpgrp getpid getppid getpwent \ 1408 getgid getgrent getgrgid getgrnam getpgrp getpid getppid getpwent \
1409 getpwuid gettimeofday getuid getwd _kbhit kill link localtime_r \ 1409 getpwuid gettimeofday getuid getwd _kbhit kill link localtime_r \
1410 lstat memmove mkdir mkfifo mkstemp on_exit pipe poll putenv raise \ 1410 lstat memmove mkdir mkfifo mkstemp on_exit pipe poll putenv raise \
1411 readlink realpath rename resolvepath rindex rmdir round select setgrent \ 1411 readlink realpath rename resolvepath rindex rmdir round select setgrent \
1412 setlocale setpwent setvbuf sigaction siglongjmp sigpending sigprocmask \ 1412 setlocale setpwent setvbuf sigaction siglongjmp sigpending sigprocmask \
1413 sigsuspend stat strcasecmp strdup strerror stricmp \ 1413 sigsuspend stat strcasecmp strdup strerror stricmp \
1414 strncasecmp strnicmp strsignal symlink tempnam umask \ 1414 strncasecmp strnicmp strsignal symlink tempnam umask \
1415 uname unlink usleep vfprintf vsprintf vsnprintf waitpid) 1415 uname unlink usleep utime vfprintf vsprintf vsnprintf waitpid \
1416 _chmod _utime _utime32)
1416 1417
1417 case "$canonical_host_type" in 1418 case "$canonical_host_type" in
1418 *-*-msdosmsvc) 1419 *-*-msdosmsvc)
1419 ## The %T format specifier for strftime is reportedly broken, 1420 ## The %T format specifier for strftime is reportedly broken,
1420 ## so use our version. We could use an actual configure test 1421 ## so use our version. We could use an actual configure test