From: Tim Pepper Date: Tue, 11 Sep 2012 00:47:28 +0000 (-0700) Subject: Fix autotools paths X-Git-Tag: 2.1b_release~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e5feee30e22d645076c94e0e310bf74a888a248;p=external%2Fcorewatcher.git 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 --- 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 $@