endif
# Don't syntax check the mail subdirectory.
-VC_LIST_ALWAYS_EXCLUDE_REGEX = /mail/
+VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
local-checks-to-fix = \
- sc_file_system \
sc_m4_quote_check \
sc_makefile_TAB_only_indentation \
sc_makefile_at_at_check \
name[ext - base_name] = LT_EOS_CHAR;
}
- /* Before trawling through the filesystem in search of a module,
+ /* Before trawling through the file system in search of a module,
check whether we are opening a preloaded module. */
if (!dir)
{
static const char *first_module = "first";
const char *ctx = (const char *) data;
- /* Use a magic string to avoid possible interactions with filesystem
+ /* Use a magic string to avoid possible interactions with file system
* objects. Prepend '/' to short-circuit libltdl's search of
* $shlibpath_var (e.g. PATH, LD_LIBRARY_PATH, or similar).
*/
static const char *last_module = "last";
const char *ctx = (const char *) data;
- /* Use a magic string to avoid possible interactions with filesystem
+ /* Use a magic string to avoid possible interactions with file system
* objects. Prepend '/' to short-circuit libltdl's search of
* $shlibpath_var (e.g. PATH, LD_LIBRARY_PATH, or similar).
*/
printf ("Found loader \"%s\"\n", finder->name);
- /* Use a magic string to avoid possible interactions with filesystem
+ /* Use a magic string to avoid possible interactions with file system
* objects. Prepend '/' to short-circuit libltdl's search of
* $shlibpath_var (e.g. PATH, LD_LIBRARY_PATH, or similar).
*/
lt_dlclose (module);
- /* Use a magic string to avoid possible interactions with filesystem
+ /* Use a magic string to avoid possible interactions with file system
* objects. Prepend '/' to short-circuit libltdl's search of
* $shlibpath_var (e.g. PATH, LD_LIBRARY_PATH, or similar).
*/