diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-08 16:17:59 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-08 16:17:59 (GMT) |
commit | d8ff8da46cb49098c41b421427967eb736e15236 (patch) | |
tree | 429c7e214552117decd3da3d3ad9253d2ef4da73 /m4/ax_prog_jar.m4 | |
parent | 5e7cccb5a2813c203fc9493a2c0d42c9f666d5af (diff) | |
parent | 74677ba5ce41ab9db100e2059ceb85b44b874466 (diff) | |
download | hdf5-d8ff8da46cb49098c41b421427967eb736e15236.zip hdf5-d8ff8da46cb49098c41b421427967eb736e15236.tar.gz hdf5-d8ff8da46cb49098c41b421427967eb736e15236.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_ray into HDFFV-10658-performance-drop-from-1-8
Diffstat (limited to 'm4/ax_prog_jar.m4')
-rw-r--r-- | m4/ax_prog_jar.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_prog_jar.m4 b/m4/ax_prog_jar.m4 index 3c60fca..d474912 100644 --- a/m4/ax_prog_jar.m4 +++ b/m4/ax_prog_jar.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# http://www.gnu.org/software/autoconf-archive/ax_prog_jar.html +# https://www.gnu.org/software/autoconf-archive/ax_prog_jar.html # =========================================================================== # # SYNOPSIS @@ -37,7 +37,7 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 7 +#serial 8 AU_ALIAS([AC_PROG_JAR], [AX_PROG_JAR]) AC_DEFUN([AX_PROG_JAR],[ |