I found I had been testing with a sufficiently out-of-date gnulib to prevent coreutils' "make dist" from working. I updated it and now "bootstrap" doesn't work :)
Should I be using a slightly older version of gnulb to build git coreutils? Is there any mapping between compatible revisions? $ for dir in $(pwd) gnulib; do ( cd $dir && pwd -P && git show-ref HEAD ); echo; done /home/james/source/GNU/coreutils/coreutils b8108fd2ddf77ae79cd014f4f37798a52be13fd1 refs/remotes/origin/HEAD /home/james/source/GNU/coreutils/coreutils/gnulib 82909c26caea8467049abef573cbd3954dc5c444 refs/remotes/origin/HEAD $ ./bootstrap ; echo $? [...] ./bootstrap: m4/lib-link.m4 overrides ._bootmp2/m4/lib-link.m4 ./bootstrap: m4/lib-prefix.m4 overrides ._bootmp2/m4/lib-prefix.m4 ./bootstrap: m4/longlong.m4 overrides ._bootmp2/m4/longlong.m4 ./bootstrap: m4/nls.m4 overrides ._bootmp2/m4/nls.m4 ./bootstrap: m4/po.m4 overrides ._bootmp2/m4/po.m4 ./bootstrap: m4/printf-posix.m4 overrides ._bootmp2/m4/printf-posix.m4 ./bootstrap: m4/progtest.m4 overrides ._bootmp2/m4/progtest.m4 ./bootstrap: m4/size_max.m4 overrides ._bootmp2/m4/size_max.m4 ./bootstrap: m4/stdint_h.m4 overrides ._bootmp2/m4/stdint_h.m4 ./bootstrap: m4/wchar_t.m4 overrides ._bootmp2/m4/wchar_t.m4 ./bootstrap: m4/wint_t.m4 overrides ._bootmp2/m4/wint_t.m4 ./bootstrap: m4/xsize.m4 overrides ._bootmp2/m4/xsize.m4 ./bootstrap: aclocal --force -I m4 ... aclocal: aclocal: file `m4/isnan.m4' does not exist 1 James. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils