Skip to content

Commit

Permalink
added missing AC_SUBST
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 2, 2024
1 parent d107eee commit 168d497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ AC_CHECK_SIZEOF([long double])

## HDF5 version from the first line of the README.md file.
H5_VERSION="`cut -d' ' -f3 $srcdir/README.md | head -1`"
AC_SUBST([H5_VERSION])

VERS_MAJOR=`echo $H5_VERSION | cut -d. -f1`
VERS_MINOR=`echo $H5_VERSION | cut -d. -f2`
Expand Down

0 comments on commit 168d497

Please sign in to comment.