Actions
Bug #342
openautoreconf fails due to missing file m4/ac_fc_module_output_flag.m4
Status:
Resolved
Priority:
Normal
Assignee:
-
Start date:
09/25/2017
Due date:
% Done:
100%
Estimated time:
Description
When attempting to run autoreconf
on ppm-1.0.4
, aclocal
fails with error:
aclocal: error: acinclude.m4:52: file 'm4/ac_fc_module_output_flag.m4' does not exist
Indeed, the file does not appear to be in the m4
directory shipped with ScalES-PPM v1.0.4.
Furthermore, acinclude.m4
attempts to include this file only if the autoconf
version is less than 2.70
(which does not yet exist), but AC_FC_MODULE_OUTPUT_FLAG
was introduced in version 2.69
(specifically commit ac427166c5945445e307c82d44301da9480f017a
).
The attached patch fixes these two issues.
Files
Actions