From: Warren Young Date: January 11 2008 12:19am Subject: Re: mysql++ 3.0 beta2 Connecting troubles List-Archive: http://lists.mysql.com/plusplus/7383 Message-Id: <4786B61A.10804@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Bart Verstraete wrote: > applied the patch by hand, but now it won't bootstrap. Here is what I get: [snip] > configure.ac:19: error: possibly undefined macro: AC_DISABLE_STATIC > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. Have you ever bootstrapped MySQL++ successfully, or have you always used released tarballs? If you've never bootstrapped MySQL++, it probably means you're missing some of the autotools, or they are too old. If you have bootstrapped successfully before, it's very strange because this patch can't have affected autoconf, and AC_DISABLE_STATIC is a very old feature of autoconf, so why would it suddenly stop working?