From: Paul Eggert Date: Wed, 10 May 2006 19:15:59 +0000 (+0000) Subject: Fix typo: install.sh -> install-sh. X-Git-Tag: Release-1-9b~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5af31f8da5f47b247c596090c46584cc0677bec;p=thirdparty%2Fautomake.git Fix typo: install.sh -> install-sh. --- diff --git a/ChangeLog b/ChangeLog index 6e19f24b1..3f293a896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,7 @@ 2006-04-24 Paul Eggert - * lib/install.sh: Handle --, and diagnose unknown options. + * lib/install-sh: Handle --, and diagnose unknown options. * m4/mkdirp.m4 (AM_PROG_MKDIR_P): In the normal case, set mkdir_p='mkdir -p', not to 'mkdir -p --', for consistency with the other ways that mkdir_p might be set.