summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-07-01 16:29:28 +0200
committerBruno Haible <bruno@clisp.org>2012-07-01 16:29:28 +0200
commit73f48ca14d80febf4b1c5433614132b4b1b8c4ca (patch)
treeee4449faba9324bafda21280c1acbd5888e27f91 /autogen.sh
parent9702bc0bffac4b0719f3b075207f4bfef9ef08bb (diff)
downloadgperf-73f48ca14d80febf4b1c5433614132b4b1b8c4ca.tar.gz
Distribute install-sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c76f1dd..bb68456 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,7 +29,7 @@
GNULIB_REPO_URL="http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f="
-for file in mkinstalldirs; do
+for file in install-sh mkinstalldirs; do
if test -n "$GNULIB_TOOL"; then
$GNULIB_TOOL--copy-file build-aux/$file $file
else
@@ -37,7 +37,7 @@ for file in mkinstalldirs; do
&& mv $file.tmp $file
fi
done
-chmod a+x mkinstalldirs
+chmod a+x install-sh mkinstalldirs
rm -f configure lib/configure src/configure tests/configure doc/configure
rm -f src/config.h.in src/config.h.msvc src/config.h_vms