Hi, I have a configure.ac with following: AS_CASE([$host], [x86_64*|sparc64*|s390x*|ppc64*], [libdir=$prefix/lib64], [libdir=$prefix/lib]) I'done it in order to make easy the install of package and choose the libdir according to arch. But I've found that I can't override if I run ./configure llibdir=/whatever and even distros like Debian put libraries in /usr/lib//x86_64-linux-gnu is there a way to fix it? Thank in advance -- -- Sergio Belkin http://www.sergiobelkin.com Watch More TV http://sebelk.blogspot.com LPIC-2 Certified - http://www.lpi.org _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf