On Thursday 19 May 2005 01:43 am, Mike Frysinger wrote:
> - i would add notes under AC_ARG_ENABLE /
> AC_ARG_WITH that misuse of these macros is *very* common

just remembered ... an example of how you can detect that your package may be 
misusing it ...

if you run ./configure --enable-foo, then foo will be enabled ... but if you 
run ./configure --disable-foo, foo will still be enabled ... only way to not 
get foo to be enabled is to simply run ./configure
-mike
-- 
gentoo-dev@gentoo.org mailing list

Reply via email to