>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> http://sources.redhat.com/automake/automake.html#FAQ John> "AM_MAINTAINER_MODE John> AM_MAINTAINER_MODE disables the so called "rebuild rules" by John> default. If you have AM_MAINTAINER_MODE in configure.ac, and run John> ./configure && make, then make will *never* attempt to rebuilt John> configure, Makefile.ins, Lex or Yacc outputs, etc. I.e., this John> disables build rules for files which are usually distributed and John> that users should normally not have to update. " John> JMarc, isn't this what you wanted so the patches worked OK ? This looks exactly like what I want. Should we turn this on for cvs on trunk and branch? Having the developpers configure explicitely with --enable-maintainer-mode does not seem too much to ask, is it? Lars, can I make this change? Another solution would be to do that only for the branch, but I suspect it is a bad idea. Finally, we could try to set enable_maintainer_mode correctly depending on version in LYX_CHECK_VERSION. JMarc