diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-11-13 11:24:43 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-11-13 11:24:43 (GMT) |
commit | f7b73969f32fdf7a671b0e2b98685a770f3a6030 (patch) | |
tree | 0dc6f5ba472bbd3a19b7140c921e93933ae86758 /MANIFEST | |
parent | 7426415d9536290cca8847e85a7101a3aa11905c (diff) | |
download | hdf5-f7b73969f32fdf7a671b0e2b98685a770f3a6030.zip hdf5-f7b73969f32fdf7a671b0e2b98685a770f3a6030.tar.gz hdf5-f7b73969f32fdf7a671b0e2b98685a770f3a6030.tar.bz2 |
[svn-r28332] Updated autogen.sh to not run flex/bison.
This was giving a lot of users headaches and the parser code rarely
changes. There is now a new script (bin/genparser) which can be
run as needed.
Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0)
gcc 5.2.1, flex 2.5.39, bison 3.0.2
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,7 @@ ./bin/deploy ./bin/distdep ./bin/errors _DO_NOT_DISTRIBUTE_ +./bin/genparser ./bin/gcov_script _DO_NOT_DISTRIBUTE_ ./bin/h5vers ./bin/iostats @@ -2293,7 +2294,10 @@ ./hl/src/H5IMprivate.h ./hl/src/H5IMpublic.h ./hl/src/H5LT.c +./hl/src/H5LTanalyze.c ./hl/src/H5LTanalyze.l +./hl/src/H5LTparse.c +./hl/src/H5LTparse.h ./hl/src/H5LTparse.y ./hl/src/H5LTprivate.h ./hl/src/H5LTpublic.h |