mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r26219] Merge r26029 from autotools_rework feature branch.
Adds a comment to configure.ac indicating that Cygwin still has problems with srcdir and time. Fixes: HDFFV-9082 Tested on: jam (comment only change) w/ bin/reconfigure
This commit is contained in:
parent
93379cf58f
commit
63d38ca75a
5
configure
vendored
5
configure
vendored
@ -7729,6 +7729,11 @@ fi
|
||||
## Check that time can be used with srcdir. This is okay on most systems,
|
||||
## but seems to cause problems on Cygwin.
|
||||
## The solution on Cygwin is not to record execution time for tests.
|
||||
##
|
||||
## Note: This is still true as of Cygwin 1.7.32 (Aug 2014) on both 32-
|
||||
## and 64-bit platforms. Given how long this has been true, it seems
|
||||
## unlikely to change, but we should probably re-test this periodically.
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if srcdir= and time commands work together" >&5
|
||||
$as_echo_n "checking if srcdir= and time commands work together... " >&6; }
|
||||
|
||||
|
@ -594,6 +594,11 @@ AC_PATH_PROG([TR], [tr])
|
||||
## Check that time can be used with srcdir. This is okay on most systems,
|
||||
## but seems to cause problems on Cygwin.
|
||||
## The solution on Cygwin is not to record execution time for tests.
|
||||
##
|
||||
## Note: This is still true as of Cygwin 1.7.32 (Aug 2014) on both 32-
|
||||
## and 64-bit platforms. Given how long this has been true, it seems
|
||||
## unlikely to change, but we should probably re-test this periodically.
|
||||
|
||||
AC_MSG_CHECKING([if srcdir= and time commands work together])
|
||||
|
||||
AC_SUBST([TIME])
|
||||
|
Loading…
x
Reference in New Issue
Block a user