Add user configurable actions to take when Qt is found/not found.
commit6a29c44164b869c9bc6ba305e8f568fc837873d7
authorMike Lundy <mike@fluffypenguin.org>
Wed, 21 Jan 2009 22:29:19 +0000 (21 14:29 -0800)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Sat, 18 Apr 2009 23:30:53 +0000 (19 00:30 +0100)
tree9f6b2ebf3b18471cad03dc7faf03f16563e734b0
parent951bd8697a153fb9ebad1c1665f5ef58e70403f3
Add user configurable actions to take when Qt is found/not found.

* build-aux/autotroll.m4 (AT_WITH_QT): Add a 4th and 5th optional
arguments to receive arbitrary code to execute whenever Qt is not
found or found.
(AT_REQUIRE_QT_VERSION): Ditto with new 2nd and 3rd arguments.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
THANKS
build-aux/autotroll.m4