Displaying 1 result from an estimated 1 matches for "conftemp".
Did you mean:
confte
2006 Nov 10
1
Re: [nut-commits] svn commit r578 - in trunk: . docs
...nstall ups drivers (<prefix>/bin)]),
> > +AC_HELP_STRING([--with-drvpath=PATH], [where to install ups drivers (EPREFIX/bin)]),
> > [ case "${withval}" in
> > yes|no)
> > AC_MSG_RESULT(using default)
> > - eval conftemp="${DRVPATH}"
> > + eval eval conftemp="${DRVPATH}"
>
> Is the double eval intentional? I don't have time to test this before
> work today, but it seems like the first eval would result in an
> assignment, whereas the second one might not be c...