comparison configure.in @ 3174:390d5e396682

[project @ 1998-05-04 16:36:17 by jwe]
author jwe
date Mon, 04 May 1998 16:36:26 +0000
parents 1c267910655d
children fccab8e7d35f
comparison
equal deleted inserted replaced
3173:eec9be0f7f5c 3174:390d5e396682
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.303 $) 24 AC_REVISION($Revision: 1.304 $)
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)
673 AC_HEADER_STDC 673 AC_HEADER_STDC
674 AC_HEADER_DIRENT 674 AC_HEADER_DIRENT
675 AC_HEADER_TIME 675 AC_HEADER_TIME
676 AC_HEADER_SYS_WAIT 676 AC_HEADER_SYS_WAIT
677 677
678 AC_CHECK_HEADERS(assert.h curses.h fcntl.h float.h floatingpoint.h \ 678 AC_CHECK_HEADERS(assert.h curses.h dlfcn.h fcntl.h float.h floatingpoint.h \
679 fnmatch.h glob.h grp.h ieeefp.h limits.h memory.h nan.h ncurses.h \ 679 fnmatch.h glob.h grp.h ieeefp.h limits.h memory.h nan.h ncurses.h \
680 pwd.h sgtty.h stdlib.h string.h sys/param.h sys/resource.h \ 680 pwd.h sgtty.h stdlib.h string.h sys/param.h sys/resource.h \
681 sys/select.h sys/stat.h sys/time.h sys/times.h sys/types.h \ 681 sys/select.h sys/stat.h sys/time.h sys/times.h sys/types.h \
682 sys/utsname.h termcap.h termio.h termios.h unistd.h varargs.h) 682 sys/utsname.h termcap.h termio.h termios.h unistd.h varargs.h)
683 683