summaryrefslogtreecommitdiff
path: root/gtk.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix glib_config_args gtk_config_args confusion. (pointed out by RolandOwen Taylor1999-02-181-1/+1
| | | | | | | | | | | | | Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com> * gtk.m4: Fix glib_config_args gtk_config_args confusion. (pointed out by Roland Dreier <droland@mail.math.okstate.edu>) * gtk/gtksocket.c gtk/gtkmain.c gtk/gtkdebug.h (gtk_socket_filter_func): Move the plug-socket debugging code to a new "plugsocket" debug keys from the previous hardcoded DPRINTF.
* Pass gthread on to gtk-config.Owen Taylor1999-02-011-1/+10
| | | | | | | | | | Mon Feb 1 16:47:55 1999 Owen Taylor <otaylor@redhat.com> * gtk.m4: Pass gthread on to gtk-config. * configure.in gtk-config.in: Support gthread flag to add thread cflags/libraries into the output of gtk-config.
* gtk.m4: When testing to see if glib exists, set LIBS="$GTK_LIBS $LIBS" NOTElliot Lee1998-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | gtk.m4: When testing to see if glib exists, set LIBS="$GTK_LIBS $LIBS" NOT LIBS="$LIBS $GTK_LIBS" because order matters - if the user specifies their own $LIBS to ./configure, these need to be passed in last. gtk/Makefile.am: Fix problems with gtktypebuiltins* getting rebuilt every single time 'make' was run. gtk/gtkcalendar.c: Set 'week' variable to 0 to get rid of uninitialized variable warning. Better solution is to give it the right value somewhere :) gtk/gtkclist.c: When computing optimum column size, don't subtract the borders.(?) gtk/gtkcolorsel.c: Don't read past end of array.
* at Sep 12 10:44:06 1998 Owen Taylor <otaylor@redhat.com>Owen Taylor1998-09-121-0/+2
| | | | | | | | | | | * gtkfilesel.c: Maintain a list of directories like /afs we know contain only directories, and avoid stat'ing files in those directories. (Because stat'ing all files in /afs is extremely expensive) To support automounters, try to open directories, even if we couldn't find them when reading their parent directory.
* glib/* Moved to glib moduleOwen Taylor1998-06-101-0/+10
| | | | | | | | | | | | | | | | | Wed Jun 10 19:36:35 1998 Owen Taylor <otaylor@gtk.org> * glib/* Moved to glib module * INSTALL Makefile.am acconfig.h autogen.sh configure.in gtk-config.in gtk.m4 gdk/Makefile.am gtk/Makefile.am configuration changes for the above: - Use AM_PATH_GLIB by default to find glib; also accept a --with-glib option for using an uninstalled glib. - Put --enable-debug information into config.h so that we rebuild when it changes. (was in glibconfig.h)
* minor cleanups and mergesTim Janik1998-05-101-1/+4
|
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-13/+104
|
* Added flags --prefix[=dir] and --exec-prefix[=DIR] which allow queryingOwen Taylor1998-04-041-2/+20
| | | | | | | | | | | | Fri Apr 3 18:33:47 1998 Owen Taylor <owt1@cornell.edu> * gtk-config.in: Added flags --prefix[=dir] and --exec-prefix[=DIR] which allow querying and overriding the configured-in prefix and exec-prefix. * gtk.m4: Added configure flags --with-gtk-prefix= and --with-gtk-exec-prefix= to set the --prefix and --exec-prefix argumetns to gtk.m4
* Added trailing newline, hopefully will fix the problem with esacOwen Taylor1998-03-161-3/+3
| | | | | | | | | | | | | | | | | | Mon Mar 16 01:33:36 1998 Owen Taylor <owt1@cornell.edu> * gtk-config.in: Added trailing newline, hopefully will fix the problem with esac disappearing. * gtk/Makefile.am (test-debug): Improved test targets will work with --enable-shared [From: Raja R Harinath <harinath@cs.umn.edu>] * gtk.m4: Not all shells understand $(...). Use `...` instead. [From: Raja R Harinath <harinath@cs.umn.edu>] - use AM_PATH_PROG instead of AM_CHECK_PROG, so the user can specify programs not in their path. * Makefile.am: added gtk.m4 to EXTRA_DIST
* Released 0.99.7GTK_0_99_7PST 1998 Shawn T. Amundson1998-03-151-1/+1
| | | | | | Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released 0.99.7
* Fixed reversed conditional, so checks against supplied version.Owen Taylor1998-03-151-1/+1
| | | | | | | Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu> * gtk.m4: Fixed reversed conditional, so checks against supplied version.
* Fixed a bashism (a bash 2.0ism at that) in the gtk.m4 testsManish Singh1998-03-141-1/+1
| | | | -Yosh
* Added a new mechanism for GTK-dependent programs to find out about theOwen Taylor1998-03-121-0/+61
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.