Fix the 'Unrecognized configure options' check for compatibility with
authorZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:13:04 +0000 (08:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:13:04 +0000 (08:13 -0000)
output produced by Autoconf 2.63. Thanks to Arfrever Frehtes Taifersar
Arahesis for reporting. (trunk r12377)

svn path=/main/branches/2.1.6/; revision=12447

pym/portage/__init__.py

index 6b3fefb29e325c134fa8ee500898da3f39cd1316..ed688269bf90c2e5f3e8cf8464bc45e6a38c803e 100644 (file)
@@ -4503,7 +4503,7 @@ def _check_build_log(mysettings, out=None):
 
        configure_opts_warn = []
        configure_opts_warn_re = re.compile(
-               r'^configure: WARNING: Unrecognized options: ')
+               r'^configure: WARNING: [Uu]nrecognized options: ')
        am_maintainer_mode_re = re.compile(r'/missing --run ')
        am_maintainer_mode_exclude_re = \
                re.compile(r'/missing --run (autoheader|makeinfo)')