for at least a month the bootstrap script from our Git repository is never able to fetch/clone the content needed from GNUlib. Do all of you observe the same phenomenon?
I don't, my gnulib tree is from May 5th, 2011 and it works for me. Do you get some kind of an error message? This is what I use on OpenBSD: ===File ~/inetutils/b======================================= #!/bin/sh # Compile inetutils from checked out sources. AUTOCONF_VERSION=2.68 AUTOMAKE_VERSION=1.11 ./bootstrap ./configure -C gmake ============================================================
