Re: iterating over arguments

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

 



> * Eric Blake <roo9@xxxxxxx> [2009-09-11 20:40:54 -0600]:
>
>
> Try this (also untested, but less likely to be overquoted...):
>
> AC_DEFUN([CL_CLISP_REQUIRE_FEATURE],
> [m4_foreach_w([cl_feat], [$1],
> [m4_pushdef([CL_FEAT], m4_toupper(cl_feat))dnl
> AC_CACHE_CHECK([for CL_FEAT in CLISP], [cl_cv_clisp_]cl_feat,
>   [CLISP_SET([cl_cv_clisp_]cl_feat,
>     [[#+]]cl_feat[[ "yes" #-]]cl_feat[[ "no"]])])
> test $cl_cv_clisp_]cl_feat[ = no && AC_MSG_ERROR(
>   CL_FEAT[ is missing in CLISP])
> m4_popdef([CL_FEAT])])])

m4 on this also seems to loop forever in aclocal.
(just like in http://article.gmane.org/gmane.comp.sysutils.autoconf.general:12051)
would you like an strace?

-- 
Sam Steingold (http://sds.podval.org/) on Ubuntu 9.04 (jaunty)
http://thereligionofpeace.com http://openvotingconsortium.org http://camera.org
http://truepeace.org http://iris.org.il http://palestinefacts.org
You don't have to prepare when your REAL friends are coming over.



_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux