diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-02 17:40:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-02 17:40:26 +0000 |
commit | 1698b850908eaa71c363cf5cd8a720649fd6dffc (patch) | |
tree | c9295e3af88b78493e1dac48df64fb0a840ae182 /m4 | |
parent | a538ba014955241e4874d40e8f822029a312c8d8 (diff) | |
download | coreutils-1698b850908eaa71c363cf5cd8a720649fd6dffc.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/off_t-format.m4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/m4/off_t-format.m4 b/m4/off_t-format.m4 index 7f1a473d9..0b3f153b9 100644 --- a/m4/off_t-format.m4 +++ b/m4/off_t-format.m4 @@ -10,15 +10,15 @@ AC_DEFUN(jm_SYS_OFF_T_PRINTF_FORMAT, for i in '' L ll q; do jm_OFF_T_FORMAT="$i" export jm_OFF_T_FORMAT - AC_TRY_RUN([ -# include <sys/types.h> -# include <stdio.h> -# if HAVE_STDLIB_H -# include <stdlib.h> -# endif -# if HAVE_STRING_H -# include <string.h> -# endif + AC_TRY_RUN([ +# include <sys/types.h> +# include <stdio.h> +# if HAVE_STDLIB_H +# include <stdlib.h> +# endif +# if HAVE_STRING_H +# include <string.h> +# endif int main() { |