From: Warren Young Date: October 4 2005 11:17am Subject: Re: [PATCH] fix examples subdir processing List-Archive: http://lists.mysql.com/plusplus/5011 Message-Id: <434264E0.1050501@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Andres Salomon wrote: > -AC_OUTPUT([Makefile mysql++.spec lib/mysql++.h lib/Makefile lib/Doxyfile examples/Makefile]) > +AC_OUTPUT([Makefile mysql++.spec lib/mysql++.h lib/Makefile lib/Doxyfile]) > +if test "x$OPTIONAL_EXAMPLES" != "x" > +then > + AC_OUTPUT([examples/Makefile]) > +fi Thanks. It's scheduled to go into the main trunk, which will become v2.1. My local copy is in disarray due to an experiment in progress, so I can't check it in right now.