summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-07-23 19:49:50 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-07-23 19:49:50 (GMT)
commit5168cce4c00da5196a799b7beb99180760b93b8a (patch)
tree0c8a01996459ddee83d3d115d1915037fd8c2ccd /configure
parent8b293a289cdf98350548e1f0a5cc0b3f445ba48b (diff)
downloadhdf5-5168cce4c00da5196a799b7beb99180760b93b8a.zip
hdf5-5168cce4c00da5196a799b7beb99180760b93b8a.tar.gz
hdf5-5168cce4c00da5196a799b7beb99180760b93b8a.tar.bz2
[svn-r1532] ./configure.in [1.2, 1.3]
./configure [REGENERATED] Changed $USER to `whoami` for setting the user name in libhdf5.settings.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f508e3b..e0176e9 100755
--- a/configure
+++ b/configure
@@ -5551,7 +5551,7 @@ H5_VERSION=`cut -d' ' -f3 $srcdir/README |head -1`
CONFIG_DATE=`date`
# User doing the configuration
- CONFIG_USER="$USER@`hostname`"
+ CONFIG_USER="`whoami`@`hostname`"
if test "X-$ORGANIZATION" != "X-"; then
CONFIG_USER="$CONFIG_USER at $ORGANIZATION"
fi