Ralf Wildenhues wrote: > any chance you could check whether the Libtool git tree on savannah is > non-bare? If yes, then we may want to fix that (but I'd have to check > how to do that). See Peter's report below.
Hi Ralf, It was indeed non-bare. "git config core.bare" reported false. I corrected that by running "git config core.bare true".