aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2021-12-18 21:54:03 +0800
committerPo Lu2021-12-18 21:54:03 +0800
commit8627f735425c8bc97f57a1b7915e36221873862f (patch)
tree71b46a341f30e612bf45dca343856aa640ca40ce
parent97b6907563ae9c96ebb97876ce0662c7f9d47535 (diff)
downloademacs-feature/pgtk.tar.gz
emacs-feature/pgtk.zip
Disable building the feature/pgtk branchfeature/pgtk
* configure.ac: Add notice that feature/pgtk has been integrated into master.
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9a74c52c68a..39a7b59b424 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,11 @@ AC_PREREQ(2.65)
25dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el. 25dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
26AC_INIT(GNU Emacs, 29.0.50, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/) 26AC_INIT(GNU Emacs, 29.0.50, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/)
27 27
28AC_MSG_ERROR([[The feature/pgtk branch has been integrated into master.
29Please clone Emacs like this:
30 git clone git://git.sv.gnu.org/emacs.git
31And build Emacs from there instead.]])
32
28dnl Set emacs_config_options to the options of 'configure', quoted for the shell, 33dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
29dnl and then quoted again for a C string. Separate options with spaces. 34dnl and then quoted again for a C string. Separate options with spaces.
30dnl Add some environment variables, if they were passed via the environment 35dnl Add some environment variables, if they were passed via the environment