m4-discuss
[Top][All Lists]
Advanced

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

newbie question: conditional inclusion


From: sundeep singh
Subject: newbie question: conditional inclusion
Date: Tue, 23 Jan 2007 22:38:19 -0800 (PST)

Hi,
I have a file in which I want to conditionally include text, something like
#ifdef DEBUG
    print" abc....";
    do something;
#else
    print" 123....";
    do something else; 
#endif
How do I achieve this functionality with m4?
Thanks,
Sundeep.


                
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/




reply via email to

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