Author: Gianluca Guida <glguida@tlbflush.org>
Date: Sun Feb 26 22:22:35 UTC 2017
Commit: ba603811848f70ec8948d4a67d784cf6baf8614d
Parent: 294bc789a5d4019cf0a37fbcafdd4dc1433413ce (diff to parent)
Log message:
Add util m4 require_liblac and fixes. - require_liblac.m4 can be used by external projects to check the presence of lac in the system through autotools. - Add missing M4 script needed by aclocal. - Add missing libtool script
Makefile.in (old) (diff) | 8 +- aclocal.m4 (old) (diff) | 65 +- compile (old) (diff) | 347 -- configure (old) (diff) | 581 ++- examples/Makefile.in (old) (diff) | 3 +- libtool (old) (diff) | 11645 +++++++++++++++++++++++++++++++++++++++++++++++++ m4/require_liblac.m4 (old) (diff) | 12 + m4/std-gnu11.m4 (old) (diff) | 824 ++++ src/Makefile.in (old) (diff) | 3 +- src/lib/Makefile.in (old) (diff) | 3 +- src/repl/Makefile.in (old) (diff) | 3 +- 11 files changed, 13013 insertions(+), 481 deletions(-)
Files: