autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ac_arg_enable invalid option


From: John Ling
Subject: ac_arg_enable invalid option
Date: Thu, 24 Jun 2004 15:40:04 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3

Hello, I am currently using ac_arg_enable to define several --enable-feature options. However, if a user were to specify an --enable-feature option that was invalid (that I did not define in my configure.ac). How can I detect this and stop the configure process from continuing.

So for example, if a user specifies --enable-blah (where I never defined such an option), the configure script still continues to run to completion. But I don't want it configure anything at all if there is a user typo. How do I detect this invalid --enable option and just halt the configure script?

Thanks,
John





reply via email to

[Prev in Thread] Current Thread [Next in Thread]