Fix autotools paths
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 00:47:28 +0000 (17:47 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 00:47:28 +0000 (17:47 -0700)
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 <timothy.c.pepper@linux.intel.com>
autogen.sh

index 1769356..0b59b63 100755 (executable)
@@ -3,6 +3,7 @@
 autoreconf --install
 
 args="--prefix=/usr \
+--libdir=/usr/lib64 \
 --sysconfdir=/etc"
 
 echo ./configure $args $@