"configure: warning: cleaning the environment from autoconf 2.5x pollution",
Why not just remove this warning from the configure script? It's pretty pointless anyway...
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2002-12-10 22:19: Subject: gcc 3.2
And the compilation logs provided by Xenofarm is already filtered, so it is possible to make this noise dissapear from our radar as well. Currently the following are removed completely (case insensitive):
constant removed_warnings = ({ "configure: warning: cleaning the environment from autoconf 2.5x pollution", "cc: 1501-245 warning: hard ulimit has been reduced to less than " "rlim_infinity. there may not be enough space to complete the " "compilation.", "cc1: warning: -fpic ignored (all code is position independent)", });
/ Martin Nilsson (hehe Torgny)