changeset 1172:f6cf5e07cbe5

[project @ 1995-03-21 14:40:25 by jwe]
author jwe
date Tue, 21 Mar 1995 14:44:44 +0000
parents 1347a762f3a7
children 99fbb85d8152
files configure.in src/Makefile.in
diffstat 2 files changed, 4 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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 <math.h>],
-  [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"
 
--- 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 \