1 dnl @ ../doc/m4.texi:2723: Origin of test
2 dnl @ expected status: 0
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
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
10 ifdef(`foo', ``foo' is defined', ``foo' is not defined')
11 dnl @result{}foo is not defined
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