autoconf
[Top][All Lists]
Advanced

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

Re: Idiom for setting defines


From: Derek Robert Price
Subject: Re: Idiom for setting defines
Date: Fri, 18 Jul 2003 13:48:34 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1

Bill Moseley wrote:

I also saw Harlan Stenn's suggestion about using a case statement. If that's a better way to go can someone provide an example?

case "$enableval" in
   no) ;;
   yes) ;;
   *) ;;
esac

Derek

--
               *8^)

Email: address@hidden

Get CVS support at <http://ximbiot.com>!
--
There is not a truth existing which I fear or would wish unknown to the whole 
world.
                        - Thomas Jefferson to Henry Lee, 1826






reply via email to

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