This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: installing with make 3.77


At 23:54 -0700 1998-09-13, Mark Kettenis wrote:
>There is a problem with Large File Support in the `glob'
>subdirectory.  You can fix this by applying the patch included here.
>
>Mark
>
>--- /tmp/make-3.77/glob/configure.in	Wed Jul 29 22:17:55 1998
>+++ make-3.77/glob/configure.in	Sun Aug  9 02:57:24 1998
>@@ -13,6 +13,12 @@
> AC_AIX
> AC_MINIX
> AC_ISC_POSIX
>+
>+dnl This test must come as early as possible after the compiler configuration
>+dnl tests, because the choice of the file model can (in principle) affect
>+dnl whether functions and headers are available, whether they work, etc.
>+AC_LFS
>+

This part of the patch poses a problem, the macro 'AC_LFS' is not defined
in the current public release (2.12) of autoconf, and none of the snapshots
I've been able to find have it either.
--
Joel Klecker (aka Espy)
<URL:mailto:jk@espy.org>        <URL:http://web.espy.org/>
   Debian GNU/Linux user/developer on i386 and powerpc.
<URL:mailto:espy@debian.org>  <URL:http://www.debian.org/>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]