bug-gnulib
[Top][All Lists]
Advanced

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

relocatable-prog-wrapper


From: Simon Josefsson
Subject: relocatable-prog-wrapper
Date: Fri, 21 Dec 2007 13:47:45 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

This module fails --test:

executing aclocal -I glm4
configure.ac:110: warning: gl_HEADER_STRING_H_DEFAULTS is m4_require'd but not 
m4_defun'd
glm4/strerror.m4:18: gl_FUNC_STRERROR_SEPARATE is expanded from...
configure.ac:27: gl_INIT is expanded from...
configure.ac:110: the top level
executing autoconf
configure.ac:110: warning: gl_HEADER_STRING_H_DEFAULTS is m4_require'd but not 
m4_defun'd
glm4/strerror.m4:18: gl_FUNC_STRERROR_SEPARATE is expanded from...
configure.ac:27: gl_INIT is expanded from...
configure.ac:110: the top level
configure:5434: error: possibly undefined macro: gl_HEADER_STRING_H_DEFAULTS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

The reasons seems to be that the module pulls in the files from the
strerror module, but it doesn't pull in the strerror's dependencies.

The patch below appear to fix the failure.  Ok to apply?

/Simon

2007-12-21  Simon Josefsson  <address@hidden>

        * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
        string, needed by strerror.

diff --git a/modules/relocatable-prog-wrapper b/modules/relocatable-prog-wrapper
index 0002774..3b605c5 100644
--- a/modules/relocatable-prog-wrapper
+++ b/modules/relocatable-prog-wrapper
@@ -39,6 +39,8 @@ pathmax
 ssize_t
 stdbool
 unistd
+intprops
+string
 
 configure.ac:
 gl_FUNC_READLINK_SEPARATE




reply via email to

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