# # # patch "lua/Makefile.am" # from [f028d870f673ec484c964fd71afa603c6c067858] # to [ee159392cff2f7194b563e4d2fee833f19b62516] # # patch "lua/luaconf.h" # from [deeb01d96c697e8b212cd318fcb9ae2fccc7da6c] # to [3977702296489087d04c762cca1a5326fc8b2272] # ============================================================ --- lua/Makefile.am f028d870f673ec484c964fd71afa603c6c067858 +++ lua/Makefile.am ee159392cff2f7194b563e4d2fee833f19b62516 @@ -9,3 +9,6 @@ liblua_a_SOURCES = \ lparser.h lstate.cc lstate.h lstring.cc lstring.h lstrlib.cc \ ltable.cc ltable.h ltablib.cc ltests.cc ltm.cc ltm.h \ lundump.cc lundump.h lvm.cc lvm.h lzio.cc lzio.h + +# Autoconf's DEFS provides nothing useful for this directory, suppress it. +DEFS = ============================================================ --- lua/luaconf.h deeb01d96c697e8b212cd318fcb9ae2fccc7da6c +++ lua/luaconf.h 3977702296489087d04c762cca1a5326fc8b2272 @@ -11,9 +11,6 @@ #include #include -/* Monotone local: Needs to see the application config.h. */ -#include "config.h" - /* ** ================================================================== ** Search for "@@" to find all configurable definitions.