emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Android port


From: Po Lu
Subject: Re: Android port
Date: Sat, 05 Aug 2023 08:48:33 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

> When why is asprintf.c being compiled, if its module is disabled?

Because the Gnulib configury includes it within LIBOBJ:

AC_DEFUN([gl_REPLACE_VASPRINTF],
[
  AC_LIBOBJ([vasprintf])
  AC_LIBOBJ([asprintf])
  AC_REQUIRE([gl_STDIO_H_DEFAULTS])

whenever it detects that asprintf isn't present on the host system.

> Disabling a module should disable the lib/Makefile rules that compile
> the module.

Gnulib doesn't support disabling these modules through Makefile options.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]