diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-04-10 21:15:39 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-04-10 21:15:39 +0000 |
commit | 268c857381810fcfc52da46acc617bbc7e97e5a8 (patch) | |
tree | edb3f5753eb9e5f1ed278af1e5101f2c89532587 /bootstrap.sh | |
parent | b2668ca063bc37377c324d507a3986879d0dc614 (diff) |
unbreak fresh SVN builds
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@681 fefdeb5f-60dc-0310-8127-8f9354f1896f
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 7fa1dc9a..31f3868a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -52,7 +52,7 @@ else test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize - "$LIBTOOLIZE" -c --force + "$LIBTOOLIZE" -c --force --ltdl run_versioned aclocal "$VERSION" run_versioned autoconf 2.59 -Wall run_versioned autoheader 2.59 |