]> Pileus Git - ~andy/gtk/commit
preserve automake CFLAGS.
authorTim Janik <timj@gtk.org>
Mon, 11 May 1998 08:31:16 +0000 (08:31 +0000)
committerTim Janik <timj@src.gnome.org>
Mon, 11 May 1998 08:31:16 +0000 (08:31 +0000)
commite8df8ce17b22541b2cb4a4e00628e85f1df7441f
tree5ecd187d297b9f1c9e6abcdd9492df019edd3bdc
parent01003779e99dc6f0cc553993d56d876bfec60a44
preserve automake CFLAGS.

Mon May 11 09:56:45 1998  Tim Janik  <timj@gtk.org>

        * configure.in (cflags_set): preserve automake CFLAGS.

        * Makefile.am: fully rename the created libraries to libgtk-1.1.la
        and libgdk-1.1.la. this means we need to change certain portions of
        the Makefile.am on major/minor version bumps.

        * ltmain.sh: the -release option is not required anymore.

        * gtk/gtkobject.h (gtk_trace_referencing): compile time check the type
        of the first argument to be of type GtkObject. unconditionally compile
        this function. removed __GNUC__ dependancy of the gtk_object_ref and
        gtk_object_unref macro wrappers for this function.

Mon May 11 09:53:43 1998  Tim Janik  <timj@gtk.org>

        * configure.in: preserve automake CFLAGS.

        * Makefile.am: fully rename the created library to libglib-1.1.la.
        this means we need to change certain portions of the Makefile.am on
        major/minor version bumps.

        * ltmain.sh: the -release option is not required anymore.

        * glib.h: provide G_GNUC_FUNCTION and G_GNUC_PRETTY_FUNCTION to
        avoid conditionals. unconditionally define NULL, TRUE, FALSE, MAX,
        MIN, ABS and CLAMP, these macros might be screwed from other headers.
22 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
gdk/Makefile.am
gdk/gdkregion.c
gdk/x11/gdkregion-x11.c
glib/ChangeLog
glib/Makefile.am
glib/configure.in
glib/glib.h
glib/gscanner.c
gtk/Makefile.am
gtk/gtkobject.c
gtk/gtkobject.h
gtk/gtktypeutils.h
gtk/testgtk.c
tests/testgtk.c