Ticket #1959: AC_TRY_RUN crosscompile break
commitda583e57399c20b1e8d1228a39cd29cc40695971
authorSlava Zanko <slavazanko@gmail.com>
Tue, 30 Mar 2010 13:10:44 +0000 (30 16:10 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 14 Jun 2010 09:44:29 +0000 (14 12:44 +0300)
treee7c138298e09f182c18632362a46b3d99ccc0d74
parent0bad072ae61770354d17503ce91f1bf888f6367f
Ticket #1959: AC_TRY_RUN crosscompile break

We have several AC_TRY_RUN's in the configure/m4 stuff,
which obviously breaks crosscompiling.

This changeset contain fixies for S-Lang library. First try to search
library via 'pkg-config slang' and then try to go in old search way.
Macro AC_TRY_RUN() now replaced by AC_RUN_IFELSE()

Also, next changes was made:
 * Removed AC_TRY_RUN() from gmodule checking code.
 * More accuracy in grepping of SLANG_VERSION defined constant
 * avoid autoconf error 'suspicious presence of an AC_DEFINE in the second argument, where no actions should be taken'

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
configure.ac
m4.include/ac-g-module-supported.m4
m4.include/mc-with-screen.m4