[gnulib commit 64911207] Doing
gnulib-tool --create-testdir --dir=src/libs/gl wcwidth creates the following directory structure: src/libs/gl/build-aux src/libs/gl/gllib src/libs/gl/glm4 However, doing gnulib-tool --add-import --dir=src/libs/gl wcwidth afterwards, I have two new directories: src/libs/gl/lib src/libs/gl/m4 Obviously, the `gllib' and `glm4' directories created during the `--create-testdir' incantation have the wrong `gl' prefix. Werner