mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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:
parent
8b293a289c
commit
5168cce4c0
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user