>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Dear list, Bo> I am developing my project under linux. Except for the usual Bo> automake/autoconf/libtool rules, I have some machine dependent rules in Bo> Makefile.am to reduce compile time during development. Is there a way to Bo> remove these rules automatically during 'make dist'? I guess I need to Bo> remove them from makefile.am and their corresponding parts in configure Bo> so a install-hook will not work.
I'd rather use a configure switch and an AM_CONDITIONAL to enable/disable these rules. That sounds cleaner than any hook hackery. -- Alexandre Duret-Lutz
