mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-12 02:59:08 +00:00
minor autotools modernization take 2
This commit is contained in:
parent
a8d12cceb5
commit
588c296784
@ -488,7 +488,7 @@ fi
|
|||||||
|
|
||||||
AM_CONDITIONAL(BUILD_LUA, test x$want_lua = xyes)
|
AM_CONDITIONAL(BUILD_LUA, test x$want_lua = xyes)
|
||||||
if test x$want_lua = xyes; then
|
if test x$want_lua = xyes; then
|
||||||
PKG_CHECK_MODULES(LUA, lua >= 5.1, [ ],[
|
PKG_CHECK_MODULES(LUA, lua == 5.1, [ ],[
|
||||||
PKG_CHECK_MODULES(LUA51, lua-5.1 >= 5.1, [ ],[
|
PKG_CHECK_MODULES(LUA51, lua-5.1 >= 5.1, [ ],[
|
||||||
PKG_CHECK_MODULES(LUA51, lua5.1 >= 5.1)
|
PKG_CHECK_MODULES(LUA51, lua5.1 >= 5.1)
|
||||||
])
|
])
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CFLAGS = -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\" -DPACKAGE_LIBDIR=\"$(pkglibdir)\"
|
AM_CPPFLAGS = -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\" -DPACKAGE_LIBDIR=\"$(pkglibdir)\"
|
||||||
|
|
||||||
bin_PROGRAMS = conky
|
bin_PROGRAMS = conky
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user