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.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=d167fbb35691133095219ace28874e85eb4264e9 reverting non build makefile patch ... we need to lua makefile for building the ditribution git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1642 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/configure.ac b/configure.ac index 77c20d5..f08b4e9 100644 --- a/configure.ac +++ b/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