changeset 830:0e9df7d20066

[project @ 1994-10-17 16:40:47 by jwe]
author jwe
date Mon, 17 Oct 1994 16:40:47 +0000
parents 48a1469b4e5e
children 23de7aa68e3a
files configure.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Oct 17 04:44:09 1994 +0000
+++ b/configure.in	Mon Oct 17 16:40:47 1994 +0000
@@ -21,7 +21,7 @@
 dnl along with Octave; see the file COPYING.  If not, write to the Free
 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
-AC_REVISION($Revision: 1.61 $)dnl
+AC_REVISION($Revision: 1.62 $)dnl
 AC_PREREQ(1.8)dnl
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -582,7 +582,9 @@
   *)
     for func in finite isnan isinf
     do
+changequote(,)dnl
       trfunc=`echo $func | tr '[a-z]' '[A-Z]'`
+changequote([,])dnl
       AC_FUNC_CHECK([$func],
       AC_DEFINE(HAVE_[$trfunc], 1),
 	AC_COMPILE_CHECK([$func], [#include <math.h>], [