diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-09 07:37:19 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-09 07:37:19 +0000 |
commit | 9e9532c8ffecfff9c68f577c82b427f3c109b630 (patch) | |
tree | a52c795abc667556176e2b4b29c0eb549fafe2d6 /m4 | |
parent | b4a47a0cf39ee399701fae60c02bd815e1be7069 (diff) | |
download | coreutils-9e9532c8ffecfff9c68f577c82b427f3c109b630.tar.xz |
strtopt.h -> stropts.h
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 05a8437ae..71ededcc5 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 90 -*- autoconf -*- +#serial 91 -*- autoconf -*- dnl Misc type-related macros for coreutils. @@ -196,7 +196,7 @@ AC_DEFUN([gl_CHECK_ALL_HEADERS], stdlib.h \ stdint.h \ string.h \ - stropt.h \ + stropts.h \ sys/filsys.h \ sys/fs/s5param.h \ sys/fs_types.h \ |