diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-23 01:10:57 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-23 01:10:57 -0700 |
commit | 6dd7e40073d6f18bcb287b59256607caea17404a (patch) | |
tree | 1524f3b6e01ea057d8b03e8c5645404120d37f28 /m4 | |
parent | 7efb4e0e62ed3e11e20d15821342c322b4101ae7 (diff) | |
download | emacs-6dd7e40073d6f18bcb287b59256607caea17404a.tar.gz |
* lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gl-comp.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/gl-comp.m4 b/m4/gl-comp.m4 index 24141a2639b..84b3a0962ef 100644 --- a/m4/gl-comp.m4 +++ b/m4/gl-comp.m4 @@ -206,6 +206,9 @@ gl_SYS_STAT_MODULE_INDICATOR([stat]) if $condition; then func_gl_gnulib_m4code_dosname fi + if $condition; then + func_gl_gnulib_m4code_verify + fi fi } func_gl_gnulib_m4code_strtoull () |