diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-03-26 14:52:05 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-03-26 14:52:05 (GMT) |
commit | 41cd6b928b76ba8c3c39027f3de2085544f44464 (patch) | |
tree | c969d3d1b096a8ea63431d546832badd88162b41 /hl/test | |
parent | 72553ef57e289352f7552a68704e97e684d56f1e (diff) | |
download | hdf5-41cd6b928b76ba8c3c39027f3de2085544f44464.zip hdf5-41cd6b928b76ba8c3c39027f3de2085544f44464.tar.gz hdf5-41cd6b928b76ba8c3c39027f3de2085544f44464.tar.bz2 |
[svn-r23457] add --enable-eff to configure that defaults to no
add HAVE_EFF build flag to indicate whether the IOD plugin should be compiled or not
add an AM conditional to indicate whether the EFF test exampels should be compiled or not
tested on jam
Diffstat (limited to 'hl/test')
-rw-r--r-- | hl/test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index b8edf90..a62be9d 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -228,6 +228,7 @@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ +EFF = @EFF@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXTERNAL_FILTERS = @EXTERNAL_FILTERS@ |