BUG (minor): ./configure is not handing over parameters correctly to new build script Example: $./configure CFLAGS="-O2 -g" aconfigure error: unrecognized option: '-g' Try './aconfigure --help' for more information Fix: Change configure:2 to ./aconfigure "$*" or replace ./configure through ./aconfigure --- Dennis Guse -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20130724/23646f42/attachment-0001.html>