comparison configure.in @ 3225:7aae2c3636a7

[project @ 1998-12-04 23:20:12 by jwe]
author jwe
date Fri, 04 Dec 1998 23:20:26 +0000
parents dae85431bade
children 3f6ae91e86b0
comparison
equal deleted inserted replaced
3224:1e7532b9173b 3225:7aae2c3636a7
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.312 $) 24 AC_REVISION($Revision: 1.313 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
687 AC_HEADER_STDC 687 AC_HEADER_STDC
688 AC_HEADER_DIRENT 688 AC_HEADER_DIRENT
689 AC_HEADER_TIME 689 AC_HEADER_TIME
690 AC_HEADER_SYS_WAIT 690 AC_HEADER_SYS_WAIT
691 691
692 ### I'm told that termios.h is broken on NeXT systems.
693
694 TERMIOS_H=termios.h
695 case "$canonical_host_type" in
696 *-*-nextstep*)
697 TERMIOS_H=
698 ;;
699 esac
700
692 AC_CHECK_HEADERS(assert.h curses.h dlfcn.h fcntl.h float.h floatingpoint.h \ 701 AC_CHECK_HEADERS(assert.h curses.h dlfcn.h fcntl.h float.h floatingpoint.h \
693 fnmatch.h glob.h grp.h ieeefp.h limits.h memory.h nan.h ncurses.h \ 702 fnmatch.h glob.h grp.h ieeefp.h limits.h memory.h nan.h ncurses.h \
694 pwd.h sgtty.h stdlib.h string.h sys/param.h sys/resource.h \ 703 pwd.h sgtty.h stdlib.h string.h sys/param.h sys/resource.h \
695 sys/select.h sys/stat.h sys/time.h sys/times.h sys/types.h \ 704 sys/select.h sys/stat.h sys/time.h sys/times.h sys/types.h \
696 sys/utsname.h termcap.h termio.h termios.h unistd.h varargs.h) 705 sys/utsname.h termcap.h termio.h $TERMIOS_H unistd.h varargs.h)
697 706
698 if test "$ac_cv_header_termios_h" = yes \ 707 if test "$ac_cv_header_termios_h" = yes \
699 || test "$ac_cv_header_termio_h" = yes \ 708 || test "$ac_cv_header_termio_h" = yes \
700 || test "$ac_cv_header_sgtty_h" = yes; then 709 || test "$ac_cv_header_sgtty_h" = yes; then
701 true 710 true
749 fork getcwd getegid geteuid getgid getgrent getgrgid getgrnam \ 758 fork getcwd getegid geteuid getgid getgrent getgrgid getgrnam \
750 gethostname getpgrp getpid getppid getpwent getpwnam getpwuid \ 759 gethostname getpgrp getpid getppid getpwent getpwnam getpwuid \
751 gettimeofday getuid getwd lstat memmove mkdir mkfifo on_exit pipe \ 760 gettimeofday getuid getwd lstat memmove mkdir mkfifo on_exit pipe \
752 putenv rename rindex rmdir setgrent setpwent setvbuf sigaction \ 761 putenv rename rindex rmdir setgrent setpwent setvbuf sigaction \
753 sigpending sigprocmask sigsuspend stat strcasecmp strdup strerror \ 762 sigpending sigprocmask sigsuspend stat strcasecmp strdup strerror \
754 stricmp strncasecmp strnicmp tempnam umask unlink usleep \ 763 strftime stricmp strncasecmp strnicmp tempnam umask unlink usleep \
755 vfprintf vsprintf waitpid) 764 vfprintf vsprintf waitpid)
756 765
757 OCTAVE_SMART_PUTENV 766 OCTAVE_SMART_PUTENV
758 767
759 LIBDLFCN= 768 LIBDLFCN=