1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

realloc-*: Move AC_LIBOBJ invocations to module description.

* m4/realloc.m4 (gl_REPLACE_REALLOC): Remove macro.
(gl_FUNC_REALLOC_GNU, gl_FUNC_REALLOC_POSIX): Inline it here. Move
AC_LIBOBJ invocations from here...
* modules/realloc-gnu (configure.ac): ... to here.
* modules/realloc-posix (configure.ac): ... and here.
This commit is contained in:
Bruno Haible
2011-05-21 18:10:27 +02:00
parent cb26d0af58
commit 86e2d81da0
4 changed files with 18 additions and 9 deletions

View File

@@ -14,6 +14,9 @@ realloc-posix
configure.ac:
gl_FUNC_REALLOC_GNU
if test $REPLACE_REALLOC = 1; then
AC_LIBOBJ([realloc])
fi
gl_MODULE_INDICATOR([realloc-gnu])
Makefile.am: