Juan Manuel Guerrero <[EMAIL PROTECTED]> 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  <[EMAIL PROTECTED]>

        * 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], [


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to