From 3e5feee30e22d645076c94e0e310bf74a888a248 Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Mon, 10 Sep 2012 17:47:28 -0700 Subject: [PATCH] Fix autotools paths I don't fully understand how/where autotools gets its default values, but these don't seem to be set correctly if I don't explicitly set them. Signed-off-by: Tim Pepper --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 1769356..0b59b63 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,6 +3,7 @@ autoreconf --install args="--prefix=/usr \ +--libdir=/usr/lib64 \ --sysconfdir=/etc" echo ./configure $args $@ -- 2.7.4