diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-07-23 19:49:50 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-07-23 19:49:50 (GMT) |
commit | 5168cce4c00da5196a799b7beb99180760b93b8a (patch) | |
tree | 0c8a01996459ddee83d3d115d1915037fd8c2ccd /configure | |
parent | 8b293a289cdf98350548e1f0a5cc0b3f445ba48b (diff) | |
download | hdf5-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |