cfg.mk (local-checks-to-skip): Removed sc_space_tab from list.

This commit is contained in:
Alfred M. Szmidt
2010-08-19 10:38:58 +02:00
parent 08307d8dac
commit ea94a5f2ad
15 changed files with 23 additions and 20 deletions

2
paths
View File

@@ -26,7 +26,7 @@
# lists of things to try, in order. The various sorts of entries are:
#
# "value" -- If a file VALUE exists, use VALUE; if no default yet, set
# it to VALUE. If VALUE begins with a make-variable of the
# it to VALUE. If VALUE begins with a make-variable of the
# form `$(NAME)' and a corresponding shell-variable $NAME
# exists at configure time, the value of $NAME is substituted
# for the $(NAME) for testing (but not subsitution) purposes.