summaryrefslogtreecommitdiff
path: root/ltconfig
Commit message (Collapse)AuthorAgeFilesLines
* Update to libtool-1.2b, change library versioning scheme to dropOwen Taylor1998-09-171-146/+157
| | | | | | | | | | | | | | | | | | | | | Tue Sep 15 14:57:30 1998 Owen Taylor <otaylor@redhat.com> * Makefile.am gtk-config.in l*: Update to libtool-1.2b, change library versioning scheme to drop LT_RELEASE from the -l line, while keeping it in the soname. Tue Sep 15 14:10:33 1998 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.in: define a MAINT-like variable REBUILD which is set if Perl and awk are found, and autogenerated sources can be rebuilt. Remove the auto-generated sources from CVS. Add dependencies so that the autogenerated sources are rebuilt if the files they depend on change. (This unfortunately currently results in the entire gtk/ directory being rebuilt when any header changes. Moving all enums to gtkenums.h would fix this.)
* use g_atexit() instead of ATEXIT.Tim Janik1998-09-081-0/+16
| | | | | | | | | | | | | Tue Sep 8 05:19:51 1998 Tim Janik <timj@gtk.org> * gdk/gdk.c (gdk_init): use g_atexit() instead of ATEXIT. * gtk/gtkmain.c (gtk_init): use g_atexit() instead of ATEXIT. * gtk/gtkobject.c (gtk_object_init_type): use g_atexit() instead of ATEXIT. * ltconfig: use GLib's ltconfig which honours lcc.
* fix for properly detecting shared lib support on SunPro cc (taken fromManish Singh1998-07-011-1/+1
| | | | | | libtool 1.2.a) -Yosh
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-33/+54
|
* Moved glibconfig.h to $pkglibdir/include. Update to libtool-1.1.Owen Taylor1998-03-141-170/+263
| | | | | | Sat Mar 14 01:36:51 1998 Owen Taylor <owt1@cornell.edu> Moved glibconfig.h to $pkglibdir/include. Update to libtool-1.1.
* Got rid of -z text for Solaris x86... again... sigh.Shawn Amundson1998-01-211-1/+4
| | | | -Shawn
* This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking ↵Jay Painter1998-01-121-136/+63
| | | | libgdk to libX11 and libXext. -Jay
* Updated libtool to 1.0h. -JayJay Painter1998-01-051-68/+137
|
* Added root coords to button & motion events - sopwithElliot Lee1997-12-171-2/+3
|
* Change to ltconfig to remove -z text for Solaris x86 Change to configureShawn Amundson1997-12-111-1/+4
| | | | | | | | * Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 * Added gdk/gdkkeysyms.h and gdk/gdkcursors.h back into the tree -Shawn
* Initial revisionElliot Lee1997-11-241-0/+1415