From: Jim Meyering Date: Wed, 12 Sep 2012 15:31:24 +0000 (+0200) Subject: fix typos in mk-dirp.m4 X-Git-Tag: v1.12b~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154fedbdbbc962f112989cc3c963daa4467b7618;p=thirdparty%2Fautomake.git fix typos in mk-dirp.m4 * t/gettext-macros.sh: Fix typo in name of macro emitted into mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/, and as Stefano Lattarini noted, also fix this typo: s/AC_MKDIR_P/AC_PROG_MKDIR_P/. --- diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh index 1d94dadfa..cbc5565b3 100755 --- a/t/gettext-macros.sh +++ b/t/gettext-macros.sh @@ -80,7 +80,7 @@ echo "export ACLOCAL_PATH" >> get.sh # Even recent versions of gettext used the now-obsolete 'AM_PROG_MKDIR_P' # m4 macro. So we need the following to avoid spurious errors. -echo 'AC_DEFUN([AM_MKDIR_P], [AC_MKDIR_P([$@])])' >> m4/mk-dirp.m4 +echo 'AC_DEFUN([AM_PROG_MKDIR_P], [AC_PROG_MKDIR_P([$@])])' >> m4/mk-dirp.m4 . ./get.sh