* autopoint-2: Check if build-aux/config.rpath is created if
AC_CONFIG_AUX_DIR([build-aux]) is called.
+2014-07-14 Daiki Ueno <ueno@gnu.org>
+
+ tests: Test for AC_CONFIG_AUX_DIR usage in autopoint test
+ * autopoint-2: Check if build-aux/config.rpath is created if
+ AC_CONFIG_AUX_DIR([build-aux]) is called.
+
2014-07-14 Daiki Ueno <ueno@gnu.org>
tests: Test empty literals in C test
cat <<EOF >configure.ac
AC_INIT
AC_CONFIG_SRCDIR(hello.c)
+AC_CONFIG_AUX_DIR([build-aux])
AC_PROG_CC
AM_GNU_GETTEXT([external])
test ! -d intl || exit 1
test -d m4 || exit 1
test -d po || exit 1
+test -d build-aux || exit 1
test -f m4/po.m4 || exit 1
test -f po/Makefile.in.in || exit 1
+test -f build-aux/config.rpath || exit 1
rm -fr m4 po