# HG changeset patch # User jwe # Date 795797084 0 # Node ID f6cf5e07cbe5063414ae4d271c81177b8aa7cf3f # Parent 1347a762f3a7895b5f959a738d7139472e6360ea [project @ 1995-03-21 14:40:25 by jwe] diff -r 1347a762f3a7 -r f6cf5e07cbe5 configure.in --- a/configure.in Tue Mar 21 14:08:05 1995 +0000 +++ b/configure.in Tue Mar 21 14:44:44 1995 +0000 @@ -21,7 +21,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -AC_REVISION($Revision: 1.101 $) +AC_REVISION($Revision: 1.103 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -608,14 +608,7 @@ ### Check for nonstandard but common math functions that we need. -AC_CHECK_FUNCS(acosh asinh atanh erf erfc lgamma) - -AC_MSG_CHECKING([for signgam declaration in math.h]) -AC_TRY_LINK([#include ], - [int foo = signgam + 1;], - AC_MSG_RESULT(yes) - AC_DEFINE(SIGNGAM_DECLARED, 1), - AC_MSG_RESULT(no)) +AC_CHECK_FUNCS(acosh asinh atanh erf erfc) CFLAGS="$XCFLAGS" diff -r 1347a762f3a7 -r f6cf5e07cbe5 src/Makefile.in --- a/src/Makefile.in Tue Mar 21 14:08:05 1995 +0000 +++ b/src/Makefile.in Tue Mar 21 14:44:44 1995 +0000 @@ -77,8 +77,8 @@ SOURCES := acosh.c arith-ops.cc asinh.c atanh.c data.cc dirfns.cc \ dynamic-ld.cc erf.c erfc.c error.cc file-io.cc fnmatch.c \ - getopt.c getopt1.c gripes.cc help.cc idx-vector.cc input.cc \ - lex.l lgamma.c load-save.cc mappers.cc octave.cc \ + getopt.c getopt1.c gripes.cc help.cc idx-vector.cc \ + input.cc lex.l load-save.cc mappers.cc octave.cc \ octave-hist.cc oct-obj.cc pager.cc parse.y pr-output.cc \ procstream.cc sighandlers.cc strcasecmp.c strncase.c strfns.cc \ symtab.cc sysdep.cc tc-rep.cc tc-rep-ass.cc tc-rep-idx.cc \