4 Mac OS X which for doesnt-exist
5 m4: generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4'
6 ###################################
7 # WARNING! DO NOT EDIT THIS FILE! #
8 ###################################
11 Simple test file for generate() using m4.
13 m4: generating 'tmp/test-multiple' from 'tmp/test-multiple.m4' with options '-DFIRST=first -DSECOND=second'
14 ###################################
15 # WARNING! DO NOT EDIT THIS FILE! #
16 ###################################
19 Test with multiple arguments passed to generate().
23 m4: generating 'tmp/test-multiple-spaces' from 'tmp/test-multiple-spaces.m4' with options '-DFIRST=first with spaces -DSECOND=second with spaces'
24 ###################################
25 # WARNING! DO NOT EDIT THIS FILE! #
26 ###################################
29 Test with multiple arguments with spaces passed to generate().
30 first: first with spaces
31 second: second with spaces
33 awk: generating 'tmp/test-awk' from 'tmp/test-awk.in' with options '{ print $1 }'
34 ###################################
35 # WARNING! DO NOT EDIT THIS FILE! #
36 ###################################
42 cat: generating 'tmp/test-cat' from 'tmp/test-cat.real'
43 ###################################
44 # WARNING! DO NOT EDIT THIS FILE! #
45 ###################################
48 Simple test fiel for generate() using cat (simple copy).