Tom Tromey <[EMAIL PROTECTED]> writes:
> Akim> +?MAINTAINER-MODE?$(srcdir)/configure:
>@MAINTAINER_MODE_TRUE@$(srcdir)/%CONFIGURE-AC% $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
> Akim> +?!MAINTAINER-MODE?$(srcdir)/configure: $(srcdir)/%CONFIGURE-AC% $(ACLOCAL_M4)
>$(CONFIGURE_DEPENDENCIES)
>
> What if we simply defined %MAINTAINER-MODE% to either expand to `' or
> to `@MAINTAINER_MODE_TRUE@'? Then we wouldn't have to maintain these
> dependencies in parallel.
That was a good idea, thanks! But you already know this :)