On Sun, Jul 1, 2018, 2:54 PM Sascha Manns <sascha.ma...@outlook.de> wrote:

>
> [ 22s] checking that generated files are newer than configure... done
> [ 22s] configure: creating ./config.status [ 22s] config.status: error:
> cannot find input file: ` .in'
>

This error is coming from the AC_CONFIG_FILES line. You seem to be
specifying both the input and output files for some of the entries but not
for all of them. You may do this but your syntax is incorrect.

Start by removing all of the lines in the macro argument that end in .in.
The macro will infer the input file from the specified output file.

John

>
_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to