]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] tests: adjust weaknesses in the gettext tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 Aug 2012 14:50:32 +0000 (16:50 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 Aug 2012 14:52:38 +0000 (16:52 +0200)
* t/gettext-macros.sh (m4/mk-dirp.m4): Define 'AM_PROG_MKDIR_P' rather
than 'AM_MKDIR_P', and in doing so, use 'AC_PROG_MKDIR_P' rather than
'AC_MKDIR_P'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/gettext-macros.sh

index 1d94dadfa27b218b3dd13a74527e9784e684645c..fad34a9f23fd9c409d0bb4001e8e5cc42b5580b8 100755 (executable)
@@ -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/am-mkdirp.m4
 
 . ./get.sh