autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config.status: error: cannot find input file: ` .in'


From: John Calcote
Subject: Re: config.status: error: cannot find input file: ` .in'
Date: Sun, 1 Jul 2018 21:13:17 -0600

On Sun, Jul 1, 2018, 2:54 PM Sascha Manns <address@hidden> 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

>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]