diff options
Diffstat (limited to 'fortran/configure.in')
-rw-r--r-- | fortran/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/configure.in b/fortran/configure.in index feb3fc1..82d65c7 100644 --- a/fortran/configure.in +++ b/fortran/configure.in @@ -966,7 +966,7 @@ dnl and installed with the libraries. dnl dnl HDF5 version from the first line of the README.txt file. -H5_VERSION="`cut -d' ' -f3 $srcdir/README.txt | head -1`" +H5_VERSION="`cut -d' ' -f3 $srcdir/../README.txt | head -1`" AC_SUBST(H5_VERSION) dnl Configuration date |