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

2008-10-15 Thread Barry Leslie
The whole motivation behind doing this was to make is simpler and less error prone for the user. One reason to not want to build it as part of the tree is that adding it to the tree requires the user to run autoconf, aoutomake, Which they may not have installed or may be incompatible versions

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

2008-10-15 Thread mpsuzuki
On Wed, 15 Oct 2008 08:57:01 -0700 Barry Leslie <[EMAIL PROTECTED]> 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. > >To do this I have