[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PPlay Release
Christian Reiniger writes:
>
> >>usually directories are given via the "--with-" options
> >>(--with-kdeinclude=/foo). The AC_ARG_WITH macro is for this.
> >
> >Ok. Didn't know that. I must have interpreted the docs a bit bad, I
> >thought the arguments could be only 'yes' or 'no'. This should then solve
> >that problem.
>
Hmm, according to the autoconf docs "--with-" is supposed to be for
optional software, but I have seen it used for required software too,
and that's a perfectly good use of it as far as I am concerened.