+2007-11-25 Akim Demaille <akim@lrde.epita.fr>
+
+ * bootstrap: Fix typos on redirections.
+
2007-11-24 Akim Demaille <akim@lrde.epita.fr>
Skip comments and empty lines in dirlist in the tests.
fi
if test -z "$PERL"; then
- echo "Cannot find perl" 2>&1
+ echo "Cannot find perl" >&2
exit 1
fi
# Sanity checks
if test -z "$VERSION"; then
- echo "Cannot find VERSION" 2>&1
+ echo "Cannot find VERSION" >&2
exit 1
fi
if test -z "$APIVERSION"; then
- echo "Cannot find VERSION" 2>&1
+ echo "Cannot find VERSION" >&2
exit 1
fi
# Create temporary replacement for lib/Automake/Config.pm
dosubst automake-$APIVERSION/Automake/Config.in \
- automake-$APIVERSION/Automake/Config.pm
+ automake-$APIVERSION/Automake/Config.pm
# Create temporary replacement for aclocal
dosubst aclocal.in aclocal.tmp