On Sun, Feb 2, 2025 at 7:54 PM Collin Funk <collin.fu...@gmail.com> wrote: > Hi Jim, > > I noticed a small mistake in this commit: > > maint: reflect gnulib module renamings > > * bootstrap.conf: Some gnulib modules are now deprecated in favor of > new names with a "-h" suffix. Induce this change with the following: > re='inttypes|realloc-gnu|sys_stat' > perl -pi -e 's{^('"$re"')$}{$1-h}' bootstrap.conf > > It renamed realloc-gnu to realloc-gnu-h which does not exist.
Thanks, Collin! However, the goal of that change was to move away from deprecated modules, so from realloc-gnu to realloc-posix. This is what I'll push shortly:
gzip-bootstrap-conf.diff
Description: Binary data