From: oetiker Date: Sun, 2 Nov 2008 15:25:48 +0000 (+0000) Subject: reverting non build makefile patch ... we need to lua makefile for building the ditri... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=193e80d2c54edff4e6e8c28eee1a61433c0be4db;p=rrdtool-all.git reverting non build makefile patch ... we need to lua makefile for building the ditribution git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1642 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/configure.ac b/program/configure.ac index 77c20d51..f08b4e97 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -879,9 +879,7 @@ AC_CONFIG_FILES([bindings/Makefile]) AC_CONFIG_FILES([bindings/tcl/Makefile]) AC_CONFIG_FILES([bindings/tcl/ifOctets.tcl]) AC_CONFIG_FILES([Makefile]) -if test "$enable_lua" = "yes"; then - AC_CONFIG_FILES([bindings/lua/Makefile]) -fi +AC_CONFIG_FILES([bindings/lua/Makefile]) AC_CONFIG_COMMANDS([default],[[ chmod +x examples/*.pl]],[[]]) AC_OUTPUT