From: Warren Young Date: June 29 2007 9:50am Subject: Re: bootstrap fails silently when unix2dos isn't installed List-Archive: http://lists.mysql.com/plusplus/6720 Message-Id: <4684D5EB.90501@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Axel Howind wrote: > > --- . (revision 1635) > +++ . (working copy) > @@ -1,6 +1,6 @@ > #!/bin/sh > set -x > +unix2dos *.ds? > /dev/null 2>&1 > bakefilize && > bakefile_gen $* && > - unix2dos *.ds? > /dev/null 2>&1 && > mv autoconf_inc.m4 config Thanks for the patch. It can't be done the way you propose, but the point is well taken. :)