diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-04-06 15:33:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-04-06 15:33:05 (GMT) |
commit | 74677ba5ce41ab9db100e2059ceb85b44b874466 (patch) | |
tree | 175a90c7a99a07b9420ded80b64184bc7cf695eb /m4/ax_check_junit.m4 | |
parent | f38fa53fee5e8caf1aa1a5356b48d692eb3a3d59 (diff) | |
parent | 2e2301e683f0aadf3541b596416d04bbc7d690c0 (diff) | |
download | hdf5-74677ba5ce41ab9db100e2059ceb85b44b874466.zip hdf5-74677ba5ce41ab9db100e2059ceb85b44b874466.tar.gz hdf5-74677ba5ce41ab9db100e2059ceb85b44b874466.tar.bz2 |
Merge pull request #1637 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '2e2301e683f0aadf3541b596416d04bbc7d690c0':
Update java m4 to latest
Diffstat (limited to 'm4/ax_check_junit.m4')
-rw-r--r-- | m4/ax_check_junit.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_check_junit.m4 b/m4/ax_check_junit.m4 index 39b52d1..44dd70d 100644 --- a/m4/ax_check_junit.m4 +++ b/m4/ax_check_junit.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# http://www.gnu.org/software/autoconf-archive/ax_check_junit.html +# https://www.gnu.org/software/autoconf-archive/ax_check_junit.html # =========================================================================== # # SYNOPSIS @@ -45,7 +45,7 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 5 +#serial 6 AU_ALIAS([AC_CHECK_JUNIT], [AX_CHECK_JUNIT]) AC_DEFUN([AX_CHECK_JUNIT],[ |