Run update.

This commit is contained in:
Akim Demaille
2001-08-27 10:14:26 +00:00
parent cf90ca5d46
commit 7b50efe542
19 changed files with 370 additions and 636 deletions

View File

@@ -209,7 +209,7 @@ WARNING: \`$1' is missing on your system. You should only need it if
;;
makeinfo)
if test -z "$run" && (makeinfo --version > /dev/null 2>&1); then
if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
# We have makeinfo, but it failed.
exit 1
fi