Extracting configuration info from config.status

2008-10-15 Thread Barry Leslie
Hi, I work on plug-ins for MySQL and building a plug-in out side of the MySQL tree requires that you configure your build with the same compiler settings as the MySQL build that you are targeting. To do this I have created a macro that uses a --with-mysql configuration option to give it the locat

Re: Extracting configuration info from config.status

2008-10-15 Thread Barry Leslie
AIL PROTECTED]> wrote: > Barry Leslie wrote: >> Hi, >> >> I work on plug-ins for MySQL and building a plug-in out side of the MySQL >> tree requires that you configure your build with the same compiler settings >> as the MySQL build that you are targeting. >

Re: [autoconf] Extracting configuration info from config.status

2008-10-15 Thread Barry Leslie
configure should be able to get the information back out again. Consider this a feature request. :) In the meantime I have to find my own solution. Barry On 10/15/08 9:21 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Wed, 15 Oct 2008 08:57:01 -0700 > Barry Le

Re: Extracting configuration info from config.status

2008-10-16 Thread Barry Leslie
35 AM, "Paolo Bonzini" <[EMAIL PROTECTED]> wrote: > Brian Dessent wrote: >> Barry Leslie wrote: >> >>> It would be really useful if there was a configure option that would allow >>> you to point to another location and tell configure to get it's

Re: Extracting configuration info from config.status

2008-10-16 Thread Barry Leslie
YES!! That is what I wanted to hear! THANK YOU! Barry On 10/16/08 7:50 AM, "Ralf Wildenhues" <[EMAIL PROTECTED]> wrote: > * Barry Leslie wrote on Thu, Oct 16, 2008 at 04:45:05PM CEST: >> >> My solution to this problem was to get the CC flags I wanted fro