comparison configure.in @ 1399:10866eff3b0f

[project @ 1995-09-15 02:15:56 by jwe]
author jwe
date Fri, 15 Sep 1995 02:15:56 +0000
parents 79fa3ca52a05
children f18474c64e72
comparison
equal deleted inserted replaced
1398:ce26e54112b0 1399:10866eff3b0f
18 ### 18 ###
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 02111-1307, USA. 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 22
23 AC_REVISION($Revision: 1.134 $) 23 AC_REVISION($Revision: 1.135 $)
24 AC_PREREQ(2.0) 24 AC_PREREQ(2.0)
25 AC_INIT(src/octave.cc) 25 AC_INIT(src/octave.cc)
26 AC_CONFIG_HEADER(config.h) 26 AC_CONFIG_HEADER(config.h)
27 27
28 AC_DEFINE(OCTAVE_SOURCE, 1) 28 AC_DEFINE(OCTAVE_SOURCE, 1)
596 ### Checks for functions. 596 ### Checks for functions.
597 597
598 AC_CHECK_FUNCS(setvbuf getcwd gethostname bzero bcopy rindex vfprintf vsprintf) 598 AC_CHECK_FUNCS(setvbuf getcwd gethostname bzero bcopy rindex vfprintf vsprintf)
599 AC_CHECK_FUNCS(stricmp strnicmp strcasecmp strncasecmp strerror atexit) 599 AC_CHECK_FUNCS(stricmp strnicmp strcasecmp strncasecmp strerror atexit)
600 AC_CHECK_FUNCS(on_exit tempnam memmove putenv getrusage) 600 AC_CHECK_FUNCS(on_exit tempnam memmove putenv getrusage)
601 AC_CHECK_FUNCS(mkdir rmdir rename umask)
601 602
602 ### There is more than one possible prototype for gettimeofday. See 603 ### There is more than one possible prototype for gettimeofday. See
603 ### which one (if any) appears in sys/time.h. 604 ### which one (if any) appears in sys/time.h.
604 605
605 AC_CHECK_FUNC(gettimeofday, 606 AC_CHECK_FUNC(gettimeofday,