diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-09-04 16:19:07 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-09-04 16:19:07 +0000 |
commit | 31c04a9047e609764a374ebacbadfaaa470aaa3e (patch) | |
tree | 520a162eab5727480b00137cd8f298c275728647 | |
parent | ac5f9781ba2f73a67d9c1b0662d61b2496bdffa7 (diff) |
create config.rpath to fix build on fedora
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1766 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index b8db16fa..f23acbfe 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -48,6 +48,7 @@ else rm -rf autom4te.cache rm -f config.cache + touch config.rpath test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize "$LIBTOOLIZE" -c --force --ltdl |