aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-08-28 22:58:03 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-08-28 22:58:03 +0200
commit530fc1f526ee04360f6937812b31cc1df526e505 (patch)
treea62087caa4fbd47a1c1da9b4b7a5bdba85f89433 /autogen.sh
parenteb1f0e6615642ec59b2c436d7f4589f7b738436e (diff)
downloadudev-530fc1f526ee04360f6937812b31cc1df526e505.tar.gz
update INSTALL
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 4ec4e055..234e8290 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 \