summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-18 07:41:27 +0000
committerJim Meyering <jim@meyering.net>1999-08-18 07:41:27 +0000
commitee81e2f472bd7f3ea3b04450326b02eacafa36fc (patch)
treec3cf3425192f588d5e5eb67d61ae0c6f28169e2f /m4
parentc1e29b69ba9d82e36a1a55be05bf70a75ab6d046 (diff)
downloadcoreutils-ee81e2f472bd7f3ea3b04450326b02eacafa36fc.tar.xz
(AC_SYS_LARGEFILE): Fix typo: missing comma
in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
Diffstat (limited to 'm4')
-rw-r--r--m4/largefile.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/largefile.m4 b/m4/largefile.m4
index 2fcfa5cb5..9515f7e9f 100644
--- a/m4/largefile.m4
+++ b/m4/largefile.m4
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
dnl By default, many hosts won't let programs access large files;
dnl one must use special compiler options to get large-file access to work.
@@ -89,7 +89,7 @@ AC_DEFUN(AC_SYS_LARGEFILE,
AC_SYS_LARGEFILE_SPACE_APPEND(LIBS, "$ac_cv_sys_largefile_LIBS")
AC_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS,
ac_cv_sys_file_offset_bits,
- [Number of bits in a file offset, on hosts where this is settable.]
+ [Number of bits in a file offset, on hosts where this is settable.],
[case "$host_os" in
# HP-UX 10.20 and later
hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*)