diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-01-23 19:50:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-01-23 19:50:47 +0100 |
commit | 7bdbcd0da82104e678d66ba68b27c7ce946712a8 (patch) | |
tree | 39a62bfc825814c61c257be4ae144bb01b8322c7 /bootstrap.sh | |
parent | f6fcbed6d0fd04308341fa27465284212143824b (diff) |
drop --ltdl from the libtoolize invocation, since we don't ship ltdl anymore
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 4ca2b339..e64f3426 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -66,7 +66,7 @@ else test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize intltoolize --copy --force --automake - "$LIBTOOLIZE" -c --force --ltdl --recursive + "$LIBTOOLIZE" -c --force run_versioned aclocal "$VERSION" -I m4 run_versioned autoconf 2.63 -Wall run_versioned autoheader 2.63 |