diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-18 21:06:47 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-18 21:06:47 (GMT) |
commit | 63d38ca75a9527cc427e607ef301e5aa0261936e (patch) | |
tree | 8d1246ace879d45293f15948f4881eab7cd057cc /configure | |
parent | 93379cf58fe6caca2ea658703b1b85b0be1a50fb (diff) | |
download | hdf5-63d38ca75a9527cc427e607ef301e5aa0261936e.zip hdf5-63d38ca75a9527cc427e607ef301e5aa0261936e.tar.gz hdf5-63d38ca75a9527cc427e607ef301e5aa0261936e.tar.bz2 |
[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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; } |