summaryrefslogtreecommitdiff
path: root/m4/realloc.m4
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <bero@arklinux.org>2002-03-13 13:37:47 +0000
committerBernhard Rosenkraenzer <bero@arklinux.org>2002-03-13 13:37:47 +0000
commitf599d897efdadc3ce5ee56ca2272ab931efae881 (patch)
tree59598398f6ece925daafd2f654388932c42bb192 /m4/realloc.m4
parent0325265f0d2503c035e8c69e9324e1bbfd7ddb46 (diff)
downloadgrep-f599d897efdadc3ce5ee56ca2272ab931efae881.tar.gz
gettext 0.11, autoconf 2.53
* configure.in, m4/regex.m4, m4/malloc.m4, m4/realloc.m4: Don't set LIBOBJS directly, autoconf 2.53 doesn't like it * intl/*: Sync with gettext 0.11
Diffstat (limited to 'm4/realloc.m4')
-rw-r--r--m4/realloc.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/realloc.m4 b/m4/realloc.m4
index bfbef0c1..ff250463 100644
--- a/m4/realloc.m4
+++ b/m4/realloc.m4
@@ -27,8 +27,7 @@ AC_DEFUN(jm_FUNC_REALLOC,
jm_cv_func_working_realloc=no)
])
if test $jm_cv_func_working_realloc = no; then
- AC_SUBST(LIBOBJS)
- LIBOBJS="$LIBOBJS realloc.$ac_objext"
+ AC_LIBOBJ(realloc)
AC_DEFINE_UNQUOTED(realloc, rpl_realloc,
[Define to rpl_realloc if the replacement function should be used.])
fi