must at least partially rewrite dist system (to handle distributing
info files, which is currently somewhat broken).
+if only check_PROGRAMS is defined, then TAGS target doesn't work!
+
Per Bothner says:
Per> 1) Being able to build a set of non-source programs
Per> from source porgrams, without necessarily linking them together.
# AC_CANONICAL_SYSTEM, but never downgrading.
$seen_canonical = $AC_CANONICAL_HOST
if ! $seen_canonical
- && (/AC_CANONICAL_HOST/ || /AC_CHECK_TOOL);
+ && (/AC_CANONICAL_HOST/ || /AC_CHECK_TOOL/);
$seen_canonical = $AC_CANONICAL_SYSTEM if /AC_CANONICAL_SYSTEM/;
$seen_path_xtra = 1 if /AC_PATH_XTRA/;