projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
905b24e
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 17:40:26 +0000
(17:40 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 17:40:26 +0000
(17:40 +0000)
m4/off_t-format.m4
patch
|
blob
|
history
diff --git
a/m4/off_t-format.m4
b/m4/off_t-format.m4
index 7f1a473d926e5784a20aad1fb4d63a4a91ac9cf2..0b3f153b9d6398968db018b0a9665529c565e0b9 100644
(file)
--- 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()
{