Skip to content
Snippets Groups Projects
Commit 489aedb2 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

Now complains when used with bad m4

Rev: bin/mktestsuite:1.5
parent 4649145e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,13 @@ dnl note that not everything is tested yet, you are welcome to
dnl submit more tests.
changequote([[,]])
define(DOIT,ifelse([foo],foo,[DOIT($1)]))dnl
DOIT([[errprint([This m4 cannot handle quote strings with more than one character
Please consider installing GNU m4.])
m4exit(1)
]])dnl
changecom
define(SEPARATOR,[[....]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment