awesome/build-utils
Uli Schlachter ddc51cf38c Port lgi-check.sh to C
Previously, the lgi check used the normal Lua interpreter to check if
lgi is installed. However, nothing ensures/requires that awesome is
built against the same Lua version as the Lua interpreter. This means
that if lgi is only available for some Lua version, then the check could
succeed even though awesome would later fail to start. Also, the check
might have failed even though awesome would not have any problems
finding lgi.

This commit replaces lgi-check.sh by a small C program which does the
same thing. This ensures that the same Lua version is used as awesome
will be using.

There are some places that still use the Lua interpreter: Example tests
(run through the Lua interpreter directly) and unit tests (run through
busted). For unit tests, this should not make much of a difference and
example tests might later get similar treatment.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-06-13 15:47:07 +02:00
..
atoms-ext.sh Add vim modelines to all shell scripts 2015-12-12 17:36:35 +01:00
atoms-int.sh Add vim modelines to all shell scripts 2015-12-12 17:36:35 +01:00
check_for_invalid_requires.lua Remove obsolete entries from check_for_invalid_requires.lua (#1673) 2017-03-26 15:20:18 -04:00
dist.sh Sign release tarballs (#1286) 2016-12-23 19:13:25 +01:00
git-version-stamp.sh Add vim modelines to all shell scripts 2015-12-12 17:36:35 +01:00
lgi-check.c Port lgi-check.sh to C 2017-06-13 15:47:07 +02:00
travis-apidoc.sh travis-apidoc.sh: revert -B with git-checkout (#1431) 2017-01-22 22:52:16 +01:00