Hi Heinz-Jürgen,

> sh: build-aux/git-version-gen: Datei oder Verzeichnis nicht gefunden

Try running that directly and investigating what it's doing?
http://git.savannah.gnu.org/cgit/groff.git/tree/configure.ac#n21
suggests it's run with

    build-aux/git-version-gen --prefix "" .tarball-version

It's a Bourne-shell script, so

    sh -x build-aux/git-version-gen --prefix "" .tarball-version

would add some execution tracing.

Hopefully, running it directly gives the same error.

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

Reply via email to