Jim Meyering <[EMAIL PROTECTED]> wrote:
> There are still a bunch cache variables with my jm_ prefix.
> I'm about to change them all to use gl_ instead.
> The only risk is that some other project is using the jm_-prefixed
> variable names (most likely in configure.ac).  There *are* two uses
> in coreutils configure.ac, but that's not surprising, since they
> came from there originally.
>
> Here's what I'm doing to make the change:
>
> Run this in gnulib:
>   perl -pi -e 's/\bjm_/gl_/g' $(grep -l jm_ m4/*.m4)
>
> Convert the two uses in coreutils (outside of ChangeLog files):
>   perl -pi -e 's/\bjm_/gl_/g' configure.ac

I've pushed those changes, both in gnulib and in coreutils.


Reply via email to