[svn-r1532] ./configure.in [1.2, 1.3]

./configure		[REGENERATED]
	Changed $USER to `whoami` for setting the user name in
	libhdf5.settings.
This commit is contained in:
Robb Matzke 1999-07-23 14:49:50 -05:00
parent 8b293a289c
commit 5168cce4c0
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View File

@ -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