mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Fix typo in autogen.sh.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2016-11-25 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Fix "make check" error on Mac OS X.
|
Fix "make check" error on Mac OS X.
|
||||||
|
|||||||
@@ -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 \
|
for file in build-aux/install-sh build-aux/mkinstalldirs \
|
||||||
build-aux/compile build-aux/ar-lib; do
|
build-aux/compile build-aux/ar-lib; do
|
||||||
if test -n "$GNULIB_TOOL"; then
|
if test -n "$GNULIB_TOOL"; then
|
||||||
$GNULIB_TOOL--copy-file $file $file
|
$GNULIB_TOOL --copy-file $file $file
|
||||||
else
|
else
|
||||||
wget -q --timeout=5 -O $file.tmp "${GNULIB_REPO_URL}$file" \
|
wget -q --timeout=5 -O $file.tmp "${GNULIB_REPO_URL}$file" \
|
||||||
&& mv $file.tmp $file
|
&& mv $file.tmp $file
|
||||||
|
|||||||
Reference in New Issue
Block a user