Imported Upstream version 1.4.17
[platform/upstream/m4.git] / checks / 065.ifdef
1 dnl @ ../doc/m4.texi:2723: Origin of test
2 dnl @ expected status: 0
3 dnl @ extra options: 
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
5 dnl @ Foundation, Inc.
6 dnl @ This file is free software; the Free Software Foundation
7 dnl @ gives unlimited permission to copy and/or distribute it
8 dnl @ with or without modifications, as long as this notice
9 dnl @ is preserved.
10 ifdef(`foo', ``foo' is defined', ``foo' is not defined')
11 dnl @result{}foo is not defined
12 define(`foo', `')
13 dnl @result{}
14 ifdef(`foo', ``foo' is defined', ``foo' is not defined')
15 dnl @result{}foo is defined
16 ifdef(`no_such_macro', `yes', `no', `extra argument')
17 dnl @error{}m4:stdin:4: Warning: excess arguments to builtin `ifdef' ignored
18 dnl @result{}no