bug-autoconf
[Top][All Lists]
Advanced

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

shortened 'for' statement in autoconf.m4f


From: Mikus Grinbergs
Subject: shortened 'for' statement in autoconf.m4f
Date: Mon, 11 Jun 2007 17:04:40 -0400
User-agent: Thunderbird 2.0.0.0 (OS/2/20070412)

In autoconf version 2.61 there is a shortened 'for' statement that causes my compile of certain applications to fail with a "cannot find input file" error when executing the config.status file. (Config.status is attempting to recognize the content in variable $ac_f.)

As far as I can determine the error is caused by a line 'for ac_f' in autoconf.m4f [one can search on 'build tree', which is four lines down]. I believe that statement should instead be something similar to 'for ac_f in $ac_file_in'. The shortened statement is line#4976 in the 2.61 autoconf.m4f (404132 bytes), or line#7075 in the 2.61-3 autoconf.mf4 (404216 bytes).

mikus




reply via email to

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