diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-23 16:51:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-23 16:51:53 +0000 |
commit | 7c8dece8c686fb4b6102674b27ac73c46922a576 (patch) | |
tree | e0004d13085db4c74c0092091d784fd818892afa /bootstrap | |
parent | 5ffeefb1abbd1ae09dca20339a697e1ca25907ad (diff) | |
download | coreutils-7c8dece8c686fb4b6102674b27ac73c46922a576.tar.xz |
* gl/modules/getloadavg.diff: New file. Work around the way the latest
version of the getloadavg module interacts with our bootstrap script.
* bootstrap (gnulib_tool_options): Add "--local-dir gl".
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -381,6 +381,7 @@ gnulib_tool_options="\ --m4-base $bt/m4/\ --source-base $bt/lib/\ --tests-base $bt/tests\ + --local-dir gl\ " echo "$0: $gnulib_tool $gnulib_tool_options --import ..." $gnulib_tool $gnulib_tool_options --import $gnulib_modules && |