[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Largefile tests
From: |
Paul Eggert |
Subject: |
Re: Largefile tests |
Date: |
Thu, 11 Jan 2001 11:55:25 -0800 (PST) |
> From: Akim Demaille <address@hidden>
> Date: 11 Jan 2001 15:20:32 +0100
>
> Paul> Here is my latest version of largefile.m4, in a format that is
> Paul> suitable for autoconf 2.13.
>
> Please Paul, use the current Autoconves now.
I'll try, but I should warn you that the last time I tried (which was
just a few days ago -- I was trying to get something to work with
textutils and fileutils), it didn't work. I believe it had something
to do with automake + autoconf + Solaris 8.
I sent a 2.13 version because I think Joerg Schilling is using 2.13.
It's longstanding GNU policy to not require unreleased tools to build
software, which is why I still use 2.13 for software I publish.
If anyone still cares about the 2.13 version other than me, here's a
patch for a typo in the version I sent Dec 28:
2001-01-09 Paul Eggert <address@hidden>
* m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma.
===================================================================
RCS file: m4/largefile.m4,v
retrieving revision 1.18
retrieving revision 1.19
diff -pu -r1.18 -r1.19
--- m4/largefile.m4 2000/12/20 18:08:04 1.18
+++ m4/largefile.m4 2001/01/10 06:02:08 1.19
@@ -1,4 +1,4 @@
-#serial 18
+#serial 19
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.
@@ -67,7 +67,7 @@ AC_DEFUN(AC_SYS_LARGEFILE,
AC_SYS_LARGEFILE_TEST_INCLUDES)
AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, 1,
ac_cv_sys_large_files,
- [Define for large files, on AIX-style hosts.]
+ [Define for large files, on AIX-style hosts.],
AC_SYS_LARGEFILE_TEST_INCLUDES)
fi
])