* configure.ac: Disable building Emacs from this branch.
* README: Mention that this branch is no longer receiving updates.
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.
+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.
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!