bug#9651: Files in AC_REQUIRE_AUX_FILE aren't automatically distributed

2011-10-20 Thread Stefano Lattarini
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

bug#9651: Files in AC_REQUIRE_AUX_FILE aren't automatically distributed

2011-10-09 Thread Stefano Lattarini
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

bug#9651: Files in AC_REQUIRE_AUX_FILE aren't automatically distributed

2011-10-06 Thread Stefano Lattarini
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

bug#9651: Files in AC_REQUIRE_AUX_FILE aren't automatically distributed

2011-10-02 Thread Stefano Lattarini
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,