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.ac | |
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.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 94cc11b..a17dec8 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |