configure: Added m4 check to detect possible non-expanded macros
commite946ef3ae5722161c8ca69acbe1058c4a1cb0831
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 16 Nov 2013 19:14:28 +0000 (16 20:14 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:05 +0000 (30 18:11 +0000)
treefb6b568d30f6c838c75218a57781cf81a287d875
parenta3ee595115df29e5670b6f327bec7eb3ea25faaf
configure: Added m4 check to detect possible non-expanded macros

When autoconf encounters a macro name that it does not know, it assumes
that it is just a standard keyword that needs to end up in the generated
configure script.

This patch teaches m4 about the syntax used for our macros so it can now
that it is supposed to be a macro, and then it can stop and report the
problem.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
m4/windowmaker.m4