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. Patch attached. Collin