comparison configure.ac @ 3551:cd938f18f3f8

[gaim-migrate @ 3626] In the interest of continued progress, I pulled what's usable out of my development tree and am committing it. Here, we have gotten rid of the plugins dialog and perl menu under Tools and put them both in preferences. Perl scripts now work like plugins--you have to load them explicitly (it will probe $prefix/lib/gaim and $HOME/.gaim for them) and you can unload them (although right now, this is entirely unreliable) Oh, and I broke all your perl scripts. Sorry about that. Don't try fixing them yet, though--I'm gonna make unloading single scripts more reliable tommorow. I should also finish Phase Two tommorow as well. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 26 Sep 2002 07:37:52 +0000
parents e23909729192
children bdd0bebd2d04
comparison
equal deleted inserted replaced
3550:e9b2003ee562 3551:cd938f18f3f8
118 if test "$enable_debug" = yes ; then 118 if test "$enable_debug" = yes ; then
119 CFLAGS="$CFLAGS -Wall -g3" 119 CFLAGS="$CFLAGS -Wall -g3"
120 AC_DEFINE(DEBUG) 120 AC_DEFINE(DEBUG)
121 fi 121 fi
122 122
123 AM_PATH_GLIB_2_0(1.3.0,,AC_MSG_ERROR([ 123 AM_PATH_GLIB_2_0(2.0.0,,AC_MSG_ERROR([
124 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib 124 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib
125 *** development headers installed. The latest version of GLib is 125 *** development headers installed. The latest version of GLib is
126 *** always available at http://www.gtk.org/.])) 126 *** always available at http://www.gtk.org/.]))
127 AM_PATH_GTK_2_0(1.3.0,,AC_MSG_ERROR([ 127 AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR([
128 *** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+ 128 *** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
129 *** development headers installed. The latest version of GTK+ is 129 *** development headers installed. The latest version of GTK+ is
130 *** always available at http://www.gtk.org/.])) 130 *** always available at http://www.gtk.org/.]))
131 131
132 AC_PATH_PROG(gaimpath, gaim) 132 AC_PATH_PROG(gaimpath, gaim)