diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-06-16 20:12:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-06-16 20:12:42 (GMT) |
commit | 890a76ea64b55724cf8354dcfd1e5566c5ba6c31 (patch) | |
tree | fdefd2d0a78b172d49563df767b4e589688ff337 /bin/reconfigure | |
parent | 8c56c5096e797222e0fd7e177d7be4973d51bed3 (diff) | |
download | hdf5-890a76ea64b55724cf8354dcfd1e5566c5ba6c31.zip hdf5-890a76ea64b55724cf8354dcfd1e5566c5ba6c31.tar.gz hdf5-890a76ea64b55724cf8354dcfd1e5566c5ba6c31.tar.bz2 |
[svn-r25300] Add flex / bison commands to bin script and regenerate hl files using latest versions.
No other files touched.
Tested: h5committest
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-x | bin/reconfigure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/reconfigure b/bin/reconfigure index f2f1f23..7a0f437 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -143,4 +143,10 @@ echo echo " Running API version generation script:" bin/make_vers src/H5vers.txt || exit 1 +# Run flex +# automatically generates the lexical file for hl/src/H5LTanalyze.c +echo +echo " Running flex generation script:" +bin/genltanalyze || exit 1 + exit 0 |