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:
Po Lu 2023-08-07 08:56:28 +08:00
parent 9a9f73041d
commit 615b8f3342
3 changed files with 11 additions and 0 deletions

View file

@ -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
View file

@ -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.

View file

@ -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!