bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gl_HEADER_UNISTD question


From: Paul Eggert
Subject: Re: gl_HEADER_UNISTD question
Date: Tue, 07 Mar 2006 17:46:39 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Juan Manuel Guerrero <address@hidden> writes:

> When the bootstrap script is runned it produces the gl_HEADER_UNISTD
> entry in the m4/gnulib.m4 file. For some reason this macro is not
> expanded in the configure script.

That's a bug in gnulib.  I installed this patch:

2006-03-07  Paul Eggert  <address@hidden>

        * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
        Problem reported by Juan Manuel Guerrero.

--- m4/unistd_h.m4      7 Mar 2006 13:33:04 -0000       1.1
+++ m4/unistd_h.m4      8 Mar 2006 01:45:07 -0000
@@ -1,4 +1,4 @@
-# unistd_h.m4 serial 1
+# unistd_h.m4 serial 2
 dnl Copyright (C) 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -6,7 +6,7 @@ dnl with or without modifications, as lo
 
 dnl Written by Simon Josefsson
 
-AC_DEFUN([gl_UNISTD],
+AC_DEFUN([gl_HEADER_UNISTD],
 [
   dnl Prerequisites of lib/unistd.h.
   AC_CHECK_HEADERS([unistd.h], [




reply via email to

[Prev in Thread] Current Thread [Next in Thread]