diff options
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 |