AC_MSG_CHECKING.
In the test directory, modify Makefile.am. Add to EXTRA_DIST the .vgtest,
-A .stderr.exp and .stderr.out files. Add any filters to dist_noinst_SCRIPTS.
+.stderr.exp and .stderr.out files. Add any filters to dist_noinst_SCRIPTS.
Add the test executable name to check_PROGRAMS. Try to respect the
-formatting and alphabetical ordering of the Makefile.am, For simple C files that is
+formatting and alphabetical ordering of the Makefile.am. For simple C files that is
sufficient. If you needed to add a feature test to configure.ac then you should
use the same condition to add the executable name to check_PROGRAMS. If the
executable uses C++ you need to add exename_SOURCES. If the executable needs