diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-20 22:34:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-20 22:34:48 -0700 |
commit | 6e5fa6bfce1362c2ebf049fcfa1e6f2a4762ccef (patch) | |
tree | f7ff137da14c352412ee3dc3fbcaf1316428fd97 /m4/gl-comp.m4 | |
parent | 81e56e612dab7d80485c640068531710a713d205 (diff) | |
parent | 77185bdf91d42fb19c02af0f51ce63280ce911a0 (diff) | |
download | emacs-6e5fa6bfce1362c2ebf049fcfa1e6f2a4762ccef.tar.gz |
Merge from trunk and from gnulib stdio.
Diffstat (limited to 'm4/gl-comp.m4')
-rw-r--r-- | m4/gl-comp.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/m4/gl-comp.m4 b/m4/gl-comp.m4 index 7f8b5a79070..af3cae75abb 100644 --- a/m4/gl-comp.m4 +++ b/m4/gl-comp.m4 @@ -50,6 +50,7 @@ AC_DEFUN([gl_EARLY], # Code from module stdbool: # Code from module stddef: # Code from module stdint: + # Code from module stdio: # Code from module stdlib: # Code from module strftime: # Code from module symlink: @@ -123,6 +124,8 @@ AC_DEFUN([gl_INIT], gl_STDDEF_H # Code from module stdint: gl_STDINT_H + # Code from module stdio: + gl_STDIO_H # Code from module stdlib: gl_STDLIB_H # Code from module strftime: @@ -308,6 +311,7 @@ AC_DEFUN([gl_FILE_LIST], [ lib/stdbool.in.h lib/stddef.in.h lib/stdint.in.h + lib/stdio.in.h lib/stdlib.in.h lib/strftime.c lib/strftime.h @@ -336,6 +340,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/stdbool.m4 m4/stddef_h.m4 m4/stdint.m4 + m4/stdio_h.m4 m4/stdlib_h.m4 m4/strftime.m4 m4/symlink.m4 |