Collin Funk wrote:
> Here is a simple patch that fixes the conditionals when using
> --gnu-make. It should be pretty easy to test with the Emacs script if
> you would like to double check.

Thanks, but there's a difference here:
In gnulib-tool the condition was

        if test "${var}" = SUBDIRS && test -n "$dotfirst"; then

whereas in your patch, in pygnulib/GLEmiter.py lines 804 and 1108, I see

                    if dictionary['dotfirst']:

Where has the condition

           test "${var}" = SUBDIRS

gone?

Bruno




Reply via email to