diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-06-17 14:50:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-06-17 14:50:49 (GMT) |
commit | 0b75068901014374b3aa55367541b3be56ccc815 (patch) | |
tree | 6ffe731c214dd0b1c13644cf0ea3e92b04e33133 /hl/fortran | |
parent | 890a76ea64b55724cf8354dcfd1e5566c5ba6c31 (diff) | |
download | hdf5-0b75068901014374b3aa55367541b3be56ccc815.zip hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.gz hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.bz2 |
[svn-r25302] Add nounistd option to flex command for windows caompatibility
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 984fd17..0431cef 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -689,7 +689,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 175 +LT_VERS_REVISION = 174 LT_VERS_AGE = 0 # Our main target, the high-level fortran library |