* master:
tests: some improvements to Gettext tests
post-release: micro version bump (1.13.4a)
release: stable micro release 1.13.4
sync: update config.guess
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
echo 'SUBDIRS = po' >Makefile.am
$AUTOMAKE --add-missing
-
# Don't try running ./configure --with-included-gettext if the
# user is using AM_GNU_GETTEXT([external]).
++
+ grep 'with-included-gettext' Makefile.in && exit 1
./configure
$MAKE -n distcheck | grep 'with-included-gettext' && exit 1