bug-autoconf
[Top][All Lists]
Advanced

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

Re: m4 conditionals and AC_ARG_WITH


From: Joe Orton
Subject: Re: m4 conditionals and AC_ARG_WITH
Date: Fri, 8 Dec 2000 18:22:12 +0000
User-agent: Mutt/1.2.5i

On Fri, Dec 08, 2000 at 03:20:33PM +0100, Akim Demaille wrote:
[skip explanation of why I'm stupid ;) ]
> IMO fixing your code should be enough :)
> 
> AC_DEFUN([mymacro], 
> [ifdef([enable_foo], 
>        [AC_ARG_WITH(foobar, [ --with-foobar  etc ], foobar=$withval)],
>        [foobar=off])])

Ahhahaha! Hoorah! Thanks very much, that works extremely nicely :)

Best regards,

joe



reply via email to

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