summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2001-08-01 16:23:55 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2001-08-01 16:23:55 +0000
commitd947aafb973882c714a4939db05439fca03ae16b (patch)
tree7c0003ce426a8c96f033ea4f9710462b61fa6680 /aclocal.m4
parent51b1c276280372539227d319839e7f70efea791d (diff)
downloadautomake-d947aafb973882c714a4939db05439fca03ae16b.tar.gz
* m4/missing.m4 (AM_MISSING_HAS_RUN): Typo.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index ff2531c51..ff66ca186 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -167,7 +167,7 @@ AC_DEFUN([AM_MISSING_INSTALL_SH],
if test -z "$install_sh"; then
for install_sh in "$ac_aux_dir/install-sh" \
"$ac_aux_dir/install.sh" \
- "${am_missing_run}${ac_auxdir}/install-sh";
+ "${am_missing_run}${ac_aux_dir}/install-sh";
do
test -f "$install_sh" && break
done