diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-04-04 17:59:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-04-04 17:59:43 (GMT) |
commit | 73f01f98cd08ebb9ae8fd4a8b1c8413e74eb9dc8 (patch) | |
tree | fadb9dd8c6286f905e6cee5de860ed991170905c /m4/ax_prog_jar.m4 | |
parent | aa696a47715c3dd9c068f71915c6dcf23745441c (diff) | |
download | hdf5-73f01f98cd08ebb9ae8fd4a8b1c8413e74eb9dc8.zip hdf5-73f01f98cd08ebb9ae8fd4a8b1c8413e74eb9dc8.tar.gz hdf5-73f01f98cd08ebb9ae8fd4a8b1c8413e74eb9dc8.tar.bz2 |
Update java m4 to latest
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],[ |