> The differences between --create-testdir and --add-import are
> explained by their different use cases. [...]
>
> --create-testdir create a scratch package with the given modules
Mhmm, I had no idea what `scratch package' really means. To do
something `from scratch' normally means to st
Hello Werner,
The differences between --create-testdir and --add-import are
explained by their different use cases. The --help text gives
a brief summary already:
--import import the given modules into the current package
--add-import augment the list of imports
[gnulib commit 64911207]
Comparing the contents of the gnulib directory created by
gnulib-tool --create-testdir \
--dir=src/libs/gl \
wcwidth
and
gnulib-tool --add-import \
--dir=src/libs/gl \
--source-base=gllib \
--m4-