summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-07-17 02:17:34 +0200
committerKevin Ryde <user42@zip.com.au>2001-07-17 02:17:34 +0200
commit430998ba4f1481af414164c0f0fe8ebc1527228b (patch)
tree1b292aa77c1d34e3988dc5c227276862ce69dacb /aclocal.m4
parentde791e5763519e656cd939bae123d16615efb62f (diff)
downloadgmp-430998ba4f1481af414164c0f0fe8ebc1527228b.tar.gz
Regenerate for:
* gmp-h.in, gmp-impl.h, acinclude.m4: Remove __GMP_ASM_L and __GMP_LSYM_PREFIX, revert to ASM_L in gmp-impl.h and AC_DEFINE of LSYM_PREFIX.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index cfc7f63e6..29a830395 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1018,8 +1018,8 @@ if test $gmp_found = no; then
fi
])
echo ["define(<LSYM_PREFIX>, <${gmp_cv_asm_lsym_prefix}>)"] >> $gmp_tmpconfigm4
-__GMP_LSYM_PREFIX="\"$gmp_cv_asm_lsym_prefix\""
-AC_SUBST(__GMP_LSYM_PREFIX)
+AC_DEFINE_UNQUOTED(LSYM_PREFIX, "$gmp_cv_asm_lsym_prefix",
+ [Assembler local label prefix])
])