summaryrefslogtreecommitdiffstats
path: root/bin/reconfigure
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-07-30 19:52:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-07-30 19:52:44 (GMT)
commitff1a9ae0e74ded0274729313ba24df578ffaf678 (patch)
treeaa159a0488b14470015990ad89145b33d092b570 /bin/reconfigure
parent22b4ee2d171a1dc0874736a052fd4c1cadb0d251 (diff)
downloadhdf5-ff1a9ae0e74ded0274729313ba24df578ffaf678.zip
hdf5-ff1a9ae0e74ded0274729313ba24df578ffaf678.tar.gz
hdf5-ff1a9ae0e74ded0274729313ba24df578ffaf678.tar.bz2
[svn-r25494] Add the genltanalyse script to bin and the reconfigure. hl/src files previously committed.
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-xbin/reconfigure6
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