summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-11-25 19:53:04 +0100
committerBruno Haible <bruno@clisp.org>2016-11-25 19:53:04 +0100
commita4e455187f06216b9cd1f696b1d183dff0c413a8 (patch)
tree2b15b4ba8c0a067d5774da46b75234942a048932
parent9c36a76c66c89fb9729808d931e1f7789eac298f (diff)
downloadgperf-a4e455187f06216b9cd1f696b1d183dff0c413a8.tar.gz
Fix typo in autogen.sh.
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c97337..e7428d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2016-11-25 Bruno Haible <bruno@clisp.org>
+ Fix typo in autogen.sh, introduced on 2012-07-01.
+ * autogen.sh: Fix typo.
+
+2016-11-25 Bruno Haible <bruno@clisp.org>
+
Fix "make check" error on Mac OS X.
* tests/Makefile.in (POSTPROCESS_FOR_MINGW): Run 'sed' in the C locale.
This fixes an error "sed: RE error: illegal byte sequence" on Mac OS X
diff --git a/autogen.sh b/autogen.sh
index 4474c1a..952e920 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,7 +32,7 @@ GNULIB_REPO_URL="http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;h
for file in build-aux/install-sh build-aux/mkinstalldirs \
build-aux/compile build-aux/ar-lib; do
if test -n "$GNULIB_TOOL"; then
- $GNULIB_TOOL--copy-file $file $file
+ $GNULIB_TOOL --copy-file $file $file
else
wget -q --timeout=5 -O $file.tmp "${GNULIB_REPO_URL}$file" \
&& mv $file.tmp $file