diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c77fab3eefd..c6081f73de2 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -26,6 +26,9 @@ dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el. | |||
| 26 | AC_INIT([GNU Emacs], [30.0.50], [bug-gnu-emacs@gnu.org], [], | 26 | AC_INIT([GNU Emacs], [30.0.50], [bug-gnu-emacs@gnu.org], [], |
| 27 | [https://www.gnu.org/software/emacs/]) | 27 | [https://www.gnu.org/software/emacs/]) |
| 28 | 28 | ||
| 29 | AC_MSG_ERROR([The feature/android branch is no longer being updated,\ | ||
| 30 | as the Android support has been introduced to `master'.]) | ||
| 31 | |||
| 29 | if test "$XCONFIGURE" = "android"; then | 32 | if test "$XCONFIGURE" = "android"; then |
| 30 | # configure is being called recursively to configure Emacs for | 33 | # configure is being called recursively to configure Emacs for |
| 31 | # Android! | 34 | # Android! |