diff options
Diffstat (limited to 'm4/ax_check_awk_strftime.m4')
-rw-r--r-- | m4/ax_check_awk_strftime.m4 | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/m4/ax_check_awk_strftime.m4 b/m4/ax_check_awk_strftime.m4 index 65760ab..5fe9bcc 100644 --- a/m4/ax_check_awk_strftime.m4 +++ b/m4/ax_check_awk_strftime.m4 @@ -1,4 +1,6 @@ -##### http://autoconf-archive.cryp.to/ax_check_awk_strftime.html +# =========================================================================== +# http://autoconf-archive.cryp.to/ax_check_awk_strftime.html +# =========================================================================== # # SYNOPSIS # @@ -9,23 +11,23 @@ # Check if AWK supports strftime() function. If successful execute # ACTION-IF-SUCCESS otherwise ACTION-IF-FAILURE. # -# This work is heavily based upon testawk.sh script by Heiner Steven. -# You should find his script (and related works) at +# This work is heavily based upon testawk.sh script by Heiner Steven. You +# should find his script (and related works) at # <http://www.shelldorado.com/articles/awkcompat.html>. Thanks to -# Alessandro Massignan for his suggestions and extensive nawk tests -# on FreeBSD. +# Alessandro Massignan for his suggestions and extensive nawk tests on +# FreeBSD. # # LAST MODIFICATION # -# 2007-02-13 +# 2008-04-12 # # COPYLEFT # -# Copyright (c) 2007 Francesco Salvestrini <salvestrini@users.sourceforge.net> +# Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net> # -# Copying and distribution of this file, with or without -# modification, are permitted in any medium without royalty provided -# the copyright notice and this notice are preserved. +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty provided the copyright notice +# and this notice are preserved. AC_DEFUN([AX_CHECK_AWK_STRFTIME], [ AX_TRY_AWK_EXPOUT([strftime()], |