]> git.ipfire.org Git - thirdparty/libtool.git/commit
bootstrap: make sure gnulib file droppings are removed.
authorGary V. Vaughan <gary@gnu.org>
Tue, 18 Nov 2014 17:08:33 +0000 (17:08 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 18 Nov 2014 17:08:33 +0000 (17:08 +0000)
commitbedb0e786680ede6a9aae6ea7125fc9a232224c6
tree3ecc32b4c746e3ba154a230d1f890662e767b75e
parent6d913552ff4c41cf16184f2909f04120829d0c28
bootstrap: make sure gnulib file droppings are removed.

* bootstrap.conf (libtool_cleanup_empty_dirs): Recent bootstrap
updates set source_base to null, so we need to use ${x:-y} to
override the null.  Autoconf Shellology says that ancient BSD
/bin/sh chokes on :- defaults, but bootstrap is a developer tool,
and so we can reasonably expect a developer to have a working
/bin/sh to run the bootstrap script.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap.conf