calloc-gnu: fix misspelling in 2022-01-03 patch
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Jan 2022 07:00:41 +0000 (23:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Jan 2022 07:01:09 +0000 (23:01 -0800)
Problem reported by Thien-Thi Nguyen in:
https://lists.gnu.org/r/bug-gnulib/2022-01/msg00170.html
* modules/calloc-gnu (Depends-on):
* modules/calloc-posix (Depends-on):
Fix misspelling of REPLACE_CALLOC_FOR_CALLOC_POSIX.

ChangeLog
modules/calloc-gnu
modules/calloc-posix

index f0e65522ea4f04e086f764d776646ec29457ac26..1e9fa104327f10aef9d6e3dafae98f8da35f73d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2022-01-26  Paul Eggert  <eggert@cs.ucla.edu>
 
+       calloc-gnu: fix misspelling in 2022-01-03 patch
+       Problem reported by Thien-Thi Nguyen in:
+       https://lists.gnu.org/r/bug-gnulib/2022-01/msg00170.html
+       * modules/calloc-gnu (Depends-on):
+       * modules/calloc-posix (Depends-on):
+       Fix misspelling of REPLACE_CALLOC_FOR_CALLOC_POSIX.
+
        close-stream: avoid crash on MSVC Debug mode
        Problem reported by Julien Marrec in:
        https://lists.gnu.org/r/bug-m4/2022-01/msg00000.html
index 037345bad255d4b6f444b0057d767d44861006ad..278df7325ec8d3a13c4d9453eef4e3e002a10bca 100644 (file)
@@ -7,7 +7,7 @@ m4/calloc.m4
 
 Depends-on:
 calloc-posix
-xalloc-oversized     [test $REPLACE_REALLOC_FOR_CALLOC_GNU = 1]
+xalloc-oversized     [test $REPLACE_CALLOC_FOR_CALLOC_GNU = 1]
 
 configure.ac:
 gl_FUNC_CALLOC_GNU
index 9ff6913b8293ade66c644b5a6222881b8a80d212..5bf5ab8676a518e32e46a1c3581afaa3aa18d991 100644 (file)
@@ -8,7 +8,7 @@ m4/malloc.m4
 
 Depends-on:
 stdlib
-xalloc-oversized     [test $REPLACE_REALLOC_FOR_CALLOC_POSIX = 1]
+xalloc-oversized     [test $REPLACE_CALLOC_FOR_CALLOC_POSIX = 1]
 
 configure.ac:
 gl_FUNC_CALLOC_POSIX