* Eric Blake wrote on Wed, Mar 03, 2010 at 08:02:10PM CET: > According to NightStrike on 3/3/2010 11:53 AM: > > How does the variable "AS" get set for the assembler? > > Autoconf doesn't mess with $AS. But libtool does > (libltdl/m4/ltoptions.m4); maybe you should ask there if you need more help. It is indeed libtool, but the setting is only done with option win32-dll enabled, and even then only on w32 systems. It could probably be removed, because current libtool does not ever use it. If you need as, put AC_CHECK_TOOL([AS], [as], [false]) before LT_INIT. Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf