From: Warren Young Date: August 18 2004 6:04pm Subject: Re: RELEASE: 1.7.11 List-Archive: http://lists.mysql.com/plusplus/3369 Message-Id: <41239A11.60603@etr-usa.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080302070507020204050000" --------------080302070507020204050000 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Liu, Yigong wrote: > > You should update your `aclocal.m4' by running aclocal. Alright, the bootstrap script's commands should definitely be reordered. Copy the attached version over the one in .11. > configure.in:17: /usr/local/bin/m4: ERROR: Reading inserted file: No > such file or directory Does /usr/local/share/aclocal/libtool.m4 exist? --------------080302070507020204050000 Content-Type: text/plain; name="bootstrap" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bootstrap" #!/bin/sh set -x aclocal && libtoolize --force --copy && autoheader && automake --add-missing --copy --foreign && autoconf --------------080302070507020204050000--