mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r6796] Purpose:
Fix Description: Fortran's configure was trying to read the "README.txt" file from the "$srcdir", where it won't be. Solution: Changed it to look in "$srcdir/.." for the "README.txt" file. Platforms tested: Verbena. Configure only, so no need for full tests. Misc. update:
This commit is contained in:
parent
c12f91908b
commit
1aa1ed9b94
fortran
2
fortran/configure
vendored
2
fortran/configure
vendored
@ -9640,7 +9640,7 @@ fi
|
||||
rm -f conftest core core.* *.core conftest.o conftest.c dummy.o $ac_clean_files
|
||||
|
||||
|
||||
H5_VERSION="`cut -d' ' -f3 $srcdir/README.txt | head -1`"
|
||||
H5_VERSION="`cut -d' ' -f3 $srcdir/../README.txt | head -1`"
|
||||
|
||||
|
||||
CONFIG_DATE="`date`"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user