summaryrefslogtreecommitdiff
path: root/sanitize-la.sh
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-02 23:18:32 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-02 23:18:32 +0000
commitcd9e68bea720226c840cdf0babfd3f465f027aed (patch)
tree9bc00a07798587e4a47ac6f7424ecfd865888b40 /sanitize-la.sh
parent329c7a4b5be9a071fee983e2e78484c9a39ef0f8 (diff)
downloadpango-cd9e68bea720226c840cdf0babfd3f465f027aed.tar.gz
Default to --disable-static.
Fri Mar 1 00:46:49 2002 Owen Taylor <otaylor@redhat.com> * configure: Default to --disable-static. * configure.in pangoft2.pc.in pangoxft2.pc.in pangox.pc.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. * pango/Makefile.am sanitize-la.sh: Shell script used to strip dependencies out of .la files. * configure.in: Default to --disable-gtk-doc. * Makefile.am: Add a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. (So that 'make dist' succeeds inside.)
Diffstat (limited to 'sanitize-la.sh')
-rwxr-xr-xsanitize-la.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sanitize-la.sh b/sanitize-la.sh
new file mode 100755
index 00000000..9bc0ba2b
--- /dev/null
+++ b/sanitize-la.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1