>>> "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes:
Paul> Is there a way to NOT have dependencies in the distributed Paul> Makefile.in file but still use dependency feature in the developer's Paul> build? I'm using automake 1.4p5. Yes, just upgrade to a recent Automake version. Dependencies are no longer distributed, they are computed at build time and can be disabled with a configure option. -- Alexandre Duret-Lutz
