On Mon, Mar 17, 2008 at 9:28 PM, epswint <epswint@xxxxxxxxxxx> wrote: > -Can autoconf/automake determine the code dependencies (e.g. follow the > #include trail) and put those in the Makefile? If your configure script detects GCC, then yes, your build system will automatically follow the #include trail, so if any header changes, your code correctly gets recompiled. This is true even for system headers. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf