This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk2
Watch
1
Star
0
Fork
0
You've already forked gtk2
forked from
AuroraMiddleware/gtk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
271a635a2f
gtk2
/
gtk-config-2.0.in
5 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added a new mechanism for GTK-dependent programs to find out about the Thu Mar 12 18:01:03 1998 Owen Taylor <owt1@cornell.edu> * gtk.m4 gtk-config.in Makefile.am configure.in: Added a new mechanism for GTK-dependent programs to find out about the installed GTK. (Does not remove any current functionality) * gtk+-xconfig.in: Was no longer used for anything.
1998-03-12 23:23:43 +00:00
#!/bin/sh
Updated. Tue Apr 3 13:55:37 2001 Owen Taylor <otaylor@redhat.com> * NEWS: Updated. * configure.in: Remove support for uninstalled glib. * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as so as not to stop emission. * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0 is no longer supported. * Makefile.am gtk/Makefile.am tests/*: Moved all tests into tests, change build order to build modules before gtk/. * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation to here.
2001-04-03 18:48:46 +00:00
echo gtk-config-2.0 is no longer supported. Please use pkg-config instead 2>&1
exit 1
Reference in New Issue
Copy Permalink