mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
; * configure.ac: Document why AC_CONFIG_SUBDIRS is not suitable for `exec'.
This commit is contained in:
parent
52ed675063
commit
752894ef54
1 changed files with 3 additions and 2 deletions
|
|
@ -191,8 +191,9 @@ AS_IF([test "$XCONFIGURE" = "android"],[
|
|||
AS_MKDIR_P([exec])
|
||||
|
||||
# Enter exec and configure it, using the C compiler as both the
|
||||
# assembler and the linker. Determine the absolute name of the
|
||||
# source directory.
|
||||
# assembler and the linker; it is for this reason that
|
||||
# AC_CONFIG_SUBDIRS is not suitable in this context. Establish the
|
||||
# absolute name of the source directory.
|
||||
# N.B. that the linker is actually cc, so pass -nostdlib, lest
|
||||
# the crt be linked in. Likewise for as.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue