Mail Archives: djgpp-workers/2002/02/27/12:32:14
I just found another package whose compilation with GCC 3.x triggers
these warnings: Texinfo 4.1 (a pretest of it, actually). Sure enough,
it happens because the Makefile's include "-I /dev/env/DJDIR/include"
in CPPFLAGS, but I didn't do anything special to the configure script
to cause that.
Taking a quick look at the configure script, it seems like this is
done for the sake of libintl.h and gettext.h, since those could either
come from the package or from a system include directory. If that is
true, we will see warnings like that in more and more packages, as
they start using the latest gettext configury stuff.
- Raw text -