On 1/17/19 8:21 AM, Gabor Z. Papp wrote: > Hello all, > > whats the point of the empty gnulib directory in the current git > source?
It is a submodule which is cloned during bootstrap: $ ./bootstrap ./bootstrap: Bootstrapping from checked-out coreutils sources... ./bootstrap: consider installing git-merge-changelog from gnulib ./bootstrap: getting gnulib files... Submodule 'gnulib' (git://git.sv.gnu.org/gnulib.git) registered for path 'gnulib' Cloning into '/dev/shm/coreutils/gnulib'... Submodule path 'gnulib': checked out '4652c7bafa60332145f1e05a7de5f48e1bc56226' ... > bootstrapping doesn't work (as excepted) due the empty gnulib > directory. > > The bootstrap script fails with missing m4 file from the m4 directory. What do you mean with "doesn't work" exactly? And what makes you think this is due to the empty gnulib directory? More details, please. Here, a fresh "git clone" followed by ./bootstrap && ./configure && make works (just checked again). Have a nice day, Berny
