GTK eradication -- the build chain.
authorSteve Youngs <steve@sxemacs.org>
Tue, 10 Jan 2012 07:43:57 +0000 (17:43 +1000)
committerSteve Youngs <steve@sxemacs.org>
Tue, 10 Jan 2012 07:43:57 +0000 (17:43 +1000)
commita2f777bd44b2f19f02cc9fcb5e1bb40fe8c90be6
tree09859b0d14755d8bc9b3afe46826b151b2f26c97
parent70d71b65ab762713399d9db2e2390756b10ddd3e
GTK eradication -- the build chain.

The GTK code in SXEmacs has been stagnating since 2000, 4 years before
SXEmacs even came into existance.  It was GTK version 1.  Nobody, nowhere
uses GTKv1 any more, so this stuff is going to /dev/null hell!

* src/ui/Makefile.am: Don't add `Gtk' to SUBDIRS

* src/Makefile.am: Don't add gtk to pdumplibs.

* lisp/Makefile.am (corelispels): Remove all the gtk/gnome elisp.

* lisp/dumped-lisp.el: Don't dump any gtk lisp.

* m4/sxe-summary.m4: No more gtk.

* m4/sxe-gui.m4 (SXE_CHECK_XT_DEPENDENCIES): Remove gtk stuff.

* m4/sxe-gui.m4 (SXE_CHECK_GTK_DEPENDENCIES): Removed.

* m4/sxe-gui.m4 (SXE_CHECK_UI_SUFFICIENCY): Don't subst gtk obj's

* configure.ac: Remove all gtk nonsense.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
configure.ac
lisp/Makefile.am
lisp/dumped-lisp.el
m4/sxe-gui.m4
m4/sxe-summary.m4
src/Makefile.am
src/ui/Makefile.am