some AM_INIT_AUTOMAKE invocations were missing subdir-objects
automake-1.14 will carp if the subdir-objects option is missing and it thinks you should have specified this option, and since we treat warnings as errors we need to specify this option. MPICH requires a pretty new version of automake, so it's doubtful we'll ever encounter the 1999-era automake that does not understand 'subdir-objects'
Please register or sign in to comment