summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-03-02 10:14:58 +0100
committerJim Meyering <meyering@redhat.com>2008-03-02 10:14:58 +0100
commitd622ad088b4eb0dfdcd6f935b6b51b4165c4d1bf (patch)
tree363cb527738d9b846efda7ccc9b13ba5bc5c070f /bootstrap
parent5a0b032e9ec58280ea6d7e4072cd9a4e63e82faa (diff)
downloadcoreutils-d622ad088b4eb0dfdcd6f935b6b51b4165c4d1bf.tar.xz
* bootstrap: Sync from gnulib.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap13
1 files changed, 9 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 480d40361..b3e165257 100755
--- a/bootstrap
+++ b/bootstrap
@@ -96,6 +96,11 @@ package=`sed -n "$extract_package_name" configure.ac` || exit
gnulib_name=lib$package
build_aux=build-aux
+source_base=lib
+m4_base=m4
+doc_base=doc
+tests_base=tests
+
# Extra files from gnulib, which override files from other sources.
gnulib_extra_files="
$build_aux/install-sh
@@ -491,11 +496,11 @@ gnulib_tool_options="\
--import\
--no-changelog\
--aux-dir $bt/$build_aux\
- --doc-base $bt/doc\
+ --doc-base $bt/$doc_base\
--lib $gnulib_name\
- --m4-base $bt/m4/\
- --source-base $bt/lib/\
- --tests-base $bt/tests\
+ --m4-base $bt/$m4_base/\
+ --source-base $bt/$source_base/\
+ --tests-base $bt/$tests_base\
--local-dir $local_gl_dir\
$gnulib_tool_option_extras\
"