Ralf Wildenhues wrote: > --remove-import may not remove > include_next.m4 (and others) because it is still used by wchar > (directly or indirectly).
Indeed. "./gnulib-tool --create-testdir" is not made for subsequent --add-import. The correct command sequence is $ ./gnulib-tool --create-testdir --dir=/tmp/testdir wchar $ cd /tmp/testdir $ gnulib-tool --source-base=gllib --m4-base=glm4 --add-import wchar $ ./configure $ make $ gnulib-tool --source-base=gllib --m4-base=glm4 --add-import iswblank $ make $ gnulib-tool --source-base=gllib --m4-base=glm4 --remove-import iswblank $ make and this command sequence works fine. Sorry for the false alarm on this one. Bruno -- In memoriam Karol Wojtyla <http://en.wikipedia.org/wiki/Karol_Wojtyla>
