From 5168cce4c00da5196a799b7beb99180760b93b8a Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Fri, 23 Jul 1999 14:49:50 -0500 Subject: [svn-r1532] ./configure.in [1.2, 1.3] ./configure [REGENERATED] Changed $USER to `whoami` for setting the user name in libhdf5.settings. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 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 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 -- cgit v0.12