diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-28 22:58:03 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-28 22:58:03 +0200 |
commit | 530fc1f526ee04360f6937812b31cc1df526e505 (patch) | |
tree | a62087caa4fbd47a1c1da9b4b7a5bdba85f89433 /autogen.sh | |
parent | eb1f0e6615642ec59b2c436d7f4589f7b738436e (diff) |
update INSTALL
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 4ec4e0551a..234e82902c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -43,6 +43,7 @@ automake --add-missing if test -z "$@"; then args="--prefix=/usr --exec-prefix= --sysconfdir=/etc" + args="$args --with-libdir-name=$(basename $(gcc -print-multi-os-directory))" export CFLAGS="-g -Wall \ -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \ |