When starting a fresh build (i.e., just after running configure with an
initially empty build dir) I am getting the following error from make:

cp libgnuintl.h libintl.h
cp: cannot stat `libgnuintl.h': No such file or directory
make[1]: *** [libintl.h] Error 1

and I have to manually

cp <srcdir>/intl/libgnuintl.h <builddir>/intl/libintl.h

before I can resume compilation. Am I the only one seeing this?
(I am clearly using --with-included-gettext)

-- 
Enrico

Reply via email to