Paul Eggert wrote: > +dnl Defined for backward compatibility. > +AC_DEFUN([gl_PREREQ_EXPLICIT_BZERO], [:])
You don't need this "for backward compatibility". Since you remove the sole invocation from modules/explicit_bzero, you can drop the macro definition in m4/explicit_bzero.m4. gnulib-tool will ensure that the .m4 file and the module description are taken from the same gnulib version. Bruno
