bug#10730: is_newest function fails on txinfo21

2012-02-05 Thread Stefano Lattarini
severity 10730 minor tags 10730 patch close 10730 thanks On 02/05/2012 02:27 AM, Adam Sampson wrote: > Hi, > Hi Adam, thanks for the report. > In automake 1.11.3, the txinfo21 test uses is_newest to compare the > timestamps of main.html (a directory) and main.texi (a file). This > fails, because

bug#10730: is_newest function fails on txinfo21

2012-02-05 Thread Adam Sampson
Hi, In automake 1.11.3, the txinfo21 test uses is_newest to compare the timestamps of main.html (a directory) and main.texi (a file). This fails, because the find call inside is_newest also finds the files inside main.html. Adding -maxdepth 0 to the find invocation fixes this. A patch is attached