* bug#65985: 30.0.50; ./configure --help lists Android options first
@ 2023-09-15 3:24 Stefan Kangas
2023-09-15 4:34 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Kangas @ 2023-09-15 3:24 UTC (permalink / raw)
To: 65985; +Cc: Po Lu
Severity: minor
./configure --help lists Android options first, e.g. JAVAC is listed
before CC. Here is what I see:
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-ndk-path find Android libraries in these directories
[...]
And:
Some influential environment variables:
ANDROID_CC The Android C cross-compiler.
[...]
I think these should be listed last rather than first.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#65985: 30.0.50; ./configure --help lists Android options first
2023-09-15 3:24 bug#65985: 30.0.50; ./configure --help lists Android options first Stefan Kangas
@ 2023-09-15 4:34 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-15 6:10 ` Andreas Schwab
0 siblings, 1 reply; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-09-15 4:34 UTC (permalink / raw)
To: Stefan Kangas; +Cc: 65985
Stefan Kangas <stefankangas@gmail.com> writes:
> Severity: minor
>
> ./configure --help lists Android options first, e.g. JAVAC is listed
> before CC. Here is what I see:
>
> Optional Packages:
> --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
> --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
> --with-ndk-path find Android libraries in these directories
> [...]
>
> And:
>
> Some influential environment variables:
> ANDROID_CC The Android C cross-compiler.
> [...]
>
> I think these should be listed last rather than first.
If someone explains how that can be attained, then I have no objection.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#65985: 30.0.50; ./configure --help lists Android options first
2023-09-15 4:34 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-09-15 6:10 ` Andreas Schwab
2023-09-15 7:10 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Schwab @ 2023-09-15 6:10 UTC (permalink / raw)
To: 65985; +Cc: luangruo, stefankangas
On Sep 15 2023, Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" wrote:
> If someone explains how that can be attained, then I have no objection.
They are just listed in order of appearance.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#65985: 30.0.50; ./configure --help lists Android options first
2023-09-15 6:10 ` Andreas Schwab
@ 2023-09-15 7:10 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 0 replies; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-09-15 7:10 UTC (permalink / raw)
To: Andreas Schwab; +Cc: Stefan Kangas, 65985
Andreas Schwab <schwab@linux-m68k.org> writes:
> On Sep 15 2023, Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" wrote:
>
>> If someone explains how that can be attained, then I have no objection.
>
> They are just listed in order of appearance.
Yes, but the ndk-build option is defined within m4, and the files there
are included before any of our own options are defined.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-15 7:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 3:24 bug#65985: 30.0.50; ./configure --help lists Android options first Stefan Kangas
2023-09-15 4:34 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-15 6:10 ` Andreas Schwab
2023-09-15 7:10 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.