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

        * 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