mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
Disable building the feature/android branch
* configure.ac: Disable building Emacs from this branch. * README: Mention that this branch is no longer receiving updates.
This commit is contained in:
parent
9a9f73041d
commit
615b8f3342
3 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
2023-08-07 Po Lu <luangruo@yahoo.com>
|
||||
|
||||
* configure.ac: Disable building Emacs from this branch.
|
||||
|
||||
* README: Mention that this branch is no longer receiving updates.
|
||||
|
||||
* nt/mingw-cfg.site: Remove additions for Gnulib printf.
|
||||
|
||||
* m4, lib: Update from Gnulib.
|
||||
|
|
|
|||
4
README
4
README
|
|
@ -1,3 +1,7 @@
|
|||
The feature/android branch is no longer being updated.
|
||||
Android support has been integrated into the 'master' branch,
|
||||
and will be released in conjunction with Emacs 30.1.
|
||||
|
||||
Copyright (C) 2001-2023 Free Software Foundation, Inc.
|
||||
See the end of the file for license conditions.
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
|
|||
AC_INIT([GNU Emacs], [30.0.50], [bug-gnu-emacs@gnu.org], [],
|
||||
[https://www.gnu.org/software/emacs/])
|
||||
|
||||
AC_MSG_ERROR([The feature/android branch is no longer being updated,\
|
||||
as the Android support has been introduced to `master'.])
|
||||
|
||||
if test "$XCONFIGURE" = "android"; then
|
||||
# configure is being called recursively to configure Emacs for
|
||||
# Android!
|
||||
|
|
|
|||
Loading…
Reference in a new issue