This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] 'yes' within the path sets wrong config variables
- From: Roland McGrath <roland at hack dot frob dot com>
- To: benjamin dot esquivel at linux dot intel dot com
- Cc: Mike Frysinger <vapier at gentoo dot org>, Joseph Myers <joseph at codesourcery dot com>, libc-alpha at sourceware dot org
- Date: Thu, 5 Mar 2015 11:01:19 -0800 (PST)
- Subject: Re: [PATCH] 'yes' within the path sets wrong config variables
- Authentication-results: sourceware.org; auth=none
- References: <1425394379-41448-1-git-send-email-benjamin dot esquivel at linux dot intel dot com> <alpine dot DEB dot 2 dot 10 dot 1503040357100 dot 9290 at digraph dot polyomino dot org dot uk> <20150304060037 dot GC6185 at vapier> <1425485052 dot 4404 dot 7 dot camel at besquive-mobl dot amr dot corp dot intel dot com> <1425581705 dot 3054 dot 4 dot camel at besquive-mobl dot amr dot corp dot intel dot com>
> Any input on how to reconf is appreciated.
If you configure with --enable-maintainer-mode it will set AUTOCONF to
something other than 'no'. Then the makefiles will regenerate configure
scripts automatically when you do a 'make'. That will only cover the ones
used in your configuration, which is enough to test that things are working
as you expect. Then you can do 'make dist-prepare' to get all of them
regenerated.