Commit Graph

5 Commits (476a0da930fbad5dde01d12d4e72189edc6015cf)

Author SHA1 Message Date
Suresh Sundriyal 31c4669a8a [build] Fix the 'readline' ac macro.
The macro does not track the include directory when it is passed in
using the '--with-readline=/foo/bar' invocation of '--with-readline'
flag.

This change should fix the problem. I've tried to keep the functionality
exactly the same as before and converted the script to pure M4sh, which
should produce a more portable configure script.
10 years ago
Suresh Sundriyal df5045a64c [build] break up lnav.m4 based on the functionality 10 years ago
Suresh Sundriyal 8031a83290 [build] Reimplement yajl m4 macro using only M4sh. 10 years ago
Suresh Sundriyal fdf73c5744 [build] Add yajl related macros. 10 years ago
Suresh Sundriyal 7886ddbb12 [build] Move/Refactor aclocal macros.
* Move all the m4 macros in to their own directory.
* Rename 'ax_with_jemalloc.m4' -> 'lnav_with_jemalloc.m4' because
  'ax_with_*' is a convention for third-party aclocal macros in the
  official archives.
* Rename the methods to be more lnav specific.
10 years ago