bug-gnulib
[Top][All Lists]
Advanced

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

bug in strtok_r module


From: Bruno Haible
Subject: bug in strtok_r module
Date: Tue, 10 Jan 2006 14:23:29 +0100
User-agent: KMail/1.5.4

$ ./gnulib-tool --create-testdir --dir=testdir strtok_r
...
configure.ac:14: warning: gl_C_RESTRICT is m4_require'd but is not m4_defun'd
configure.ac:14: gl_C_RESTRICT is required by...
m4/strtok_r.m4:17: gl_PREREQ_STRTOK_R is expanded from...
m4/strtok_r.m4:12: gl_FUNC_STRTOK_R is expanded from...

The reason is that m4/strtok_r.m4 invokes gl_C_RESTRICT, but m4/restrict.m4 is
not part of this module or its dependencies.

Here is a fix. OK to commit?


2006-01-08  Bruno Haible  <address@hidden>

        * modules/strtok_r: Depend on module restrict.

*** modules/strtok_r.bak        2004-11-12 01:00:47.000000000 +0100
--- modules/strtok_r    2006-01-08 16:30:45.000000000 +0100
***************
*** 7,12 ****
--- 7,13 ----
  m4/strtok_r.m4
  
  Depends-on:
+ restrict
  
  configure.ac:
  gl_FUNC_STRTOK_R






reply via email to

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