Gettext 1.11.5 compatibility.

This commit is contained in:
Guus Sliepen 2002-08-24 12:11:40 +00:00
parent 18948c5784
commit 912e7e968f
14 changed files with 209 additions and 188 deletions

View file

@ -37,8 +37,8 @@ AC_DEFUN(jm_FUNC_REALLOC,
jm_cv_func_working_realloc=no)
])
if test $jm_cv_func_working_realloc = no; then
dnl This should be converted to: AC_LIBOBJ([realloc])
LIBOBJS="$LIBOBJS realloc.$ac_objext"
dnl This was: LIBOBJS="$LIBOBJS realloc.$ac_objext"
AC_LIBOBJ([realloc])
AC_DEFINE(realloc, rpl_realloc, [Replacement realloc()])
fi
])