From 530a55bbcdae9c20888dbed619444823f07b92ae Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 24 Sep 2001 11:51:42 -0500 Subject: [svn-r4470] Purpose: Bug Fix Description: Some platforms which have a "Bourne" shell (/bin/sh) have ones which don't support the "let" operator. Solution: Had to remove my clever hack and replace with boring, old "echo -n" statements instead. *sigh* Platforms tested: Linux --- configure | 46 +++++++++++++++++++--------------------------- configure.in | 49 ++++++++++++++++++++++--------------------------- 2 files changed, 41 insertions(+), 54 deletions(-) diff --git a/configure b/configure index e195cac..68578ca 100755 --- a/configure +++ b/configure @@ -10228,14 +10228,6 @@ cat >> src/H5config.h <> src/H5config.h <