summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-23 16:51:53 +0000
committerJim Meyering <jim@meyering.net>2006-09-23 16:51:53 +0000
commit7c8dece8c686fb4b6102674b27ac73c46922a576 (patch)
treee0004d13085db4c74c0092091d784fd818892afa /bootstrap
parent5ffeefb1abbd1ae09dca20339a697e1ca25907ad (diff)
downloadcoreutils-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-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 127a3bb30..93cfd623c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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 &&