bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

--create-testdir and --add-import don't harmonize


From: Werner LEMBERG
Subject: --create-testdir and --add-import don't harmonize
Date: Tue, 07 Dec 2010 09:09:58 +0100 (CET)

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]