diff options
author | Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com> | 2017-11-29 15:43:10 +0100 |
---|---|---|
committer | Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com> | 2017-11-29 15:43:10 +0100 |
commit | 25c4ce1450989cc5312ce3f658d08a0ed6e431c5 (patch) | |
tree | bdc9b463d6e3f6571117701d7950c231afa2af8b /m4/ax_prog_date.m4 | |
parent | cfce1ad7c4826320d9c18f82bd09525271482f0a (diff) | |
download | autoconf-archive-25c4ce1450989cc5312ce3f658d08a0ed6e431c5.tar.gz |
Fix build errors
Diffstat (limited to 'm4/ax_prog_date.m4')
-rw-r--r-- | m4/ax_prog_date.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/ax_prog_date.m4 b/m4/ax_prog_date.m4 index a8a1dd6..c85f0f2 100644 --- a/m4/ax_prog_date.m4 +++ b/m4/ax_prog_date.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# https://www.gnu.org/software/autoconf-archive/ax_prog_date.html +# https://www.gnu.org/software/autoconf-archive/ax_prog_date.html # =========================================================================== # # SYNOPSIS @@ -8,8 +8,8 @@ # # DESCRIPTION # -# This macro tries to determine the type of the date (1) command and some of -# its non-standard capabilities. +# This macro tries to determine the type of the date (1) command and some +# of its non-standard capabilities. # # The type is determined as follow: # @@ -73,7 +73,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 1 +#serial 3 AC_DEFUN([AX_PROG_DATE], [dnl AC_CACHE_CHECK([for GNU date], [ax_cv_prog_date_gnu], [ |