diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-06-20 02:28:18 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-06-20 02:28:18 +0200 |
commit | 60ba4e45bce3bdee4de2df88100bc59a59265567 (patch) | |
tree | 08d6af3e7910d5f5d2024f37becc3026215c3f4a /tests/Makefile.in | |
parent | 0c7a3099719d67d7a5e23980ca037c4a19e0dabf (diff) | |
download | gmp-60ba4e45bce3bdee4de2df88100bc59a59265567.tar.gz |
Regenerate for:
* acinclude.m4 (GMP_ASM_LSYM_PREFIX): AC_SUBST __GMP_LSYM_PREFIX
rather than AC_DEFINE LSYM_PREFIX.
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 7d1b965d4..9ce65015f 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -135,6 +135,7 @@ VERSION = @VERSION@ __GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@ __GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@ __GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@ +__GMP_LSYM_PREFIX = @__GMP_LSYM_PREFIX@ _am_include = @_am_include@ _am_quote = @_am_quote@ gmp_srclinks = @gmp_srclinks@ |