[Top][All Lists]
[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/
- newbie question: conditional inclusion,
sundeep singh <=