diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/snprintf.m4 | 2 | ||||
-rw-r--r-- | m4/vamacros.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/m4/snprintf.m4 b/m4/snprintf.m4 index a09833f..335a937 100644 --- a/m4/snprintf.m4 +++ b/m4/snprintf.m4 @@ -12,7 +12,7 @@ dnl fully working snprintf is found. dnl dnl Written by Russ Allbery <rra@stanford.edu> dnl Copyright 2006 Board of Trustees, Leland Stanford Jr. University -dnl See README for licensing terms. +dnl See LICENSE for licensing terms. dnl Source used by RRA_FUNC_SNPRINTF. define([_RRA_FUNC_SNPRINTF_SOURCE], diff --git a/m4/vamacros.m4 b/m4/vamacros.m4 index 1dd0f9f..c343d9f 100644 --- a/m4/vamacros.m4 +++ b/m4/vamacros.m4 @@ -16,7 +16,7 @@ dnl They set HAVE_C99_VAMACROS or HAVE_GNU_VAMACROS as appropriate. dnl dnl Written by Russ Allbery <rra@stanford.edu> dnl Copyright 2006 Board of Trustees, Leland Stanford Jr. University -dnl See README for licensing terms. +dnl See LICENSE for licensing terms. AC_DEFUN([RRA_C_C99_VAMACROS], [AC_CACHE_CHECK([for C99 variadic macros], [rra_cv_c_c99_vamacros], |