diff options
author | Andy Wingo <wingo@pobox.com> | 2009-03-27 15:06:41 -0700 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-03-27 15:06:41 -0700 |
commit | 4ea9429edc9c95d521b68b9880b646a328650079 (patch) | |
tree | 6244027aec12948f28892969438c32b7605d88a9 /README | |
parent | 0b6d8fdc28ed8af56e93157179c305fef037e0a0 (diff) |
add getrlimit and setrlimit wrappers
* README: Some rewording.
* configure.in: Check for getrlimit and setrlimit.
* libguile/posix.h:
* libguile/posix.c: Add some getrlimit and setrlimit wrappers. They're
documented, but I suspect something else has to be done to get them
into the manual.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -229,10 +229,10 @@ that this is not the same "guile" as the one that is installed; this "guile" is a wrapper script that sets up the environment appropriately, then invokes the Guile binary. -You may also build against an uninstalled Guile build tree. The -"uninstalled-env" script in the "meta/" subdirectory will set up an -environment with a path including "meta/", a modified dynamic linker -path, a modified PKG_CONFIG_PATH, etc. +You may also build external packages against an uninstalled Guile build +tree. The "uninstalled-env" script in the "meta/" subdirectory will set +up an environment with a path including "meta/", a modified dynamic +linker path, a modified PKG_CONFIG_PATH, etc. For example, you can enter this environment via invoking |