diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-06-15 03:33:42 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-06-15 03:33:42 +0200 |
commit | b6f8e85e2da95921bf857f8c1b9302792a1cbd17 (patch) | |
tree | a96bd3d845137fb8624ca31d974880381a341d23 /ChangeLog | |
parent | 1c1a335b81fad0b11f0e742f1777c2a96f2523ef (diff) | |
download | gmp-b6f8e85e2da95921bf857f8c1b9302792a1cbd17.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -18,6 +18,23 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +2002-06-15 Kevin Ryde <kevin@swox.se> + + * acinclude.m4 (GMP_GCC_VERSION_GE): Correction to recognising mingw + gcc 3.1 version number. + + * configure.in (AC_PROVIDE_AC_LIBTOOL_WIN32_DLL): New define, to make + AC_LIBTOOL_WIN32_DLL work with autoconf 2.53. + + * acinclude.m4 (GMP_C_SIZES): Establish BITS_PER_MP_LIMB as a value, + not an expression, for the benefit of the gen-bases invocation. + + * config.guess (CC_FOR_BUILD): Try c99, same as configfsf.guess. + +2002-06-15 Paul Zimmermann <Paul.Zimmermann@loria.fr> + + * mpfr/set_q.c: Allow for 1 bit numerator or denominator. + 2002-06-14 Kevin Ryde <kevin@swox.se> * configure.in (AC_C_BIGENDIAN): Use new style action parameters. |