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.in | |
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.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cf4a7e7..3037c59 100644 --- a/configure.in +++ b/configure.in @@ -747,7 +747,7 @@ AC_SUBST(H5_VERSION) AC_SUBST(CONFIG_DATE) CONFIG_DATE=`date` # User doing the configuration -AC_SUBST(CONFIG_USER) CONFIG_USER="$USER@`hostname`" +AC_SUBST(CONFIG_USER) CONFIG_USER="`whoami`@`hostname`" if test "X-$ORGANIZATION" != "X-"; then CONFIG_USER="$CONFIG_USER at $ORGANIZATION" fi |