summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-31 23:23:51 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-31 23:23:51 +0100
commit23247f130601fc02a5368c02e513bb0e28597ef9 (patch)
tree815609532ab320629111e51d7a72c521523dcd40 /bootstrap.sh
parent7b82b481c7d34958e5872acd760239bc58cecf55 (diff)
Remove libltdl, similarly to what has been done on PulseAudio.
Get rid of the internal copy of libltdl and instead use the system copy, requiring that to be available. It does not make sense to duplicate this further, and it's especially a bad idea to use an internal older copy of the library for distributors and final users.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index ce5d7e4..29d356f 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -63,7 +63,7 @@ else
mkdir -p m4
gtkdocize --copy --flavour no-tmpl --docdir gtkdoc
- "$LIBTOOLIZE" -c --force --ltdl --recursive
+ "$LIBTOOLIZE" -c --force --recursive
run_versioned aclocal "$VERSION" -I m4
run_versioned autoconf 2.63 -Wall
run_versioned autoheader 2.63