hdf5/hl/c++
David Young f1b39ad80e Apparently, + has no special meaning, and neither does \+, in so-called
"obsolete" / POSIX "basic" regular expressions.  Also, not every version of
`sed` out there supports the `-E` option.  So delete the -E flag and use
the regex `[^/][^/]*` instead of `[^/]+`.

Add config/netbsd to the MANIFEST.
2019-11-12 10:43:26 -06:00
..
examples Apparently, + has no special meaning, and neither does \+, in so-called 2019-11-12 10:43:26 -06:00
src
test
CMakeLists.txt
COPYING
Makefile.am