On Sunday 09 October 2011, Stefano Lattarini wrote:
> On Thursday 06 October 2011, Stefano Lattarini wrote:
> > On Sunday 02 October 2011, Stefano Lattarini wrote:
> > > The automake manual says:
> > >
> > > AC_REQUIRE_AUX_FILE
> > > For each AC_REQUIRE_AUX_FILE([file]), automake will ensure tha
On Thursday 06 October 2011, Stefano Lattarini wrote:
> On Sunday 02 October 2011, Stefano Lattarini wrote:
> > The automake manual says:
> >
> > AC_REQUIRE_AUX_FILE
> > For each AC_REQUIRE_AUX_FILE([file]), automake will ensure that file
> > exists in the aux directory, and will complain othe
On Sunday 02 October 2011, Stefano Lattarini wrote:
> The automake manual says:
>
> AC_REQUIRE_AUX_FILE
> For each AC_REQUIRE_AUX_FILE([file]), automake will ensure that file
> exists in the aux directory, and will complain otherwise. It will also
> automatically distribute the file.
>
> Bu
The automake manual says:
AC_REQUIRE_AUX_FILE
For each AC_REQUIRE_AUX_FILE([file]), automake will ensure that file
exists in the aux directory, and will complain otherwise. It will also
automatically distribute the file.
But the last sentence is incorrect (see attached test case).
Regards,