diff -ur -N automake-1.10.orig/lib/am/mans.am automake-1.10/lib/am/mans.am --- automake-1.10.orig/lib/am/mans.am 2006-08-19 16:09:06.000000000 +0200 +++ automake-1.10/lib/am/mans.am 2006-10-24 16:53:07.000000000 +0200 @@ -44,8 +44,8 @@ done; \ for i in $$list; do \ ## Find the file. - if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ - else file=$$i; fi; \ + if test -f $$i; then file=$$i; \ + else file=$(srcdir)/$$i; fi; \ ## Change the extension if needed. ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \