Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Improve Arch Linux compatibility and etc/errors.lua
- The makefile now uses either the "lua5.1" (Debian/Ubuntu) or the "lua" (Arch Linux) pkg-config name - The makefile now expands the pkg-config invocations using $(shell ..) instead of passing them on literally to every build command line - etc/errors.lua now also checks /usr/include/apr-1/apr_errno.h, this means it should work on Arch Linux and Mac OS X - The repository now includes a generated src/errno.c just in case the error handling code generator doesn't work for everyone - I added a file header to etc/docs.lua while I was at it
- Loading branch information
Showing
3 changed files
with
285 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.