]> Pileus Git - ~andy/gtk/commit
Add a --enable-explicit-deps option to control whether dependency
authorOwen Taylor <otaylor@redhat.com>
Sat, 2 Mar 2002 23:29:02 +0000 (23:29 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sat, 2 Mar 2002 23:29:02 +0000 (23:29 +0000)
commit15f8a55fbac4ca6c79654fbd85e934cae90cba48
treef074cbc30e7bd0cc8478011eb9192ce53a6ed6f2
parent93d74e2574f51386016b511054ef24130b07c89d
Add a --enable-explicit-deps option to control whether dependency

Fri Mar  1 00:46:49 2002  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Add a --enable-explicit-deps option to control
        whether dependency libraries are written into .la files and .pc
        files.  Default is auto: if static libraries are off and shlib
        dependencies are found, don't write deps.

        * gdk/Makefile.am gtk/Makefile.am sanitize-la.sh: Shell script
        used to strip dependencies out of .la files.

        * Makefile.am: Add a slightly modified distcheck rule that passes
        --enable-gtk-doc to the configure inside.
        (So that 'make dist' succeeds inside.)

        * configure.in: If pango was compiled with
        --disable-explicit-deps, then repeat the checks for X and
        freetype ourselves so we don't depend on linking to libraries
        that pango doesn't reveal in the link line. Add some more paranoia
        for whether what we detect ourselves matches what Pango backends
        we found.
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
gtk/Makefile.am