Hi, I found these missing dependencies. If you disagree to these dependencies, you are free to remove them and set errno to ENOMEM manually in the .c file.
2007-09-09 Bruno Haible <[EMAIL PROTECTED]> * modules/getcwd (Depends-on): Add malloc-posix. * modules/glob (Depends-on): Likewise. * modules/putenv (Depends-on): Likewise. * modules/strdup (Depends-on): Likewise. * modules/getdelim (Depends-on): Add realloc-posix. * modules/read-file (Depends-on): Likewise. *** modules/getcwd 21 Feb 2007 07:54:16 -0000 1.14 --- modules/getcwd 9 Sep 2007 14:20:56 -0000 *************** *** 14,19 **** --- 14,20 ---- extensions stdbool unistd + malloc-posix configure.ac: gl_FUNC_GETCWD *** modules/getdelim 22 Aug 2007 12:54:23 -0000 1.6 --- modules/getdelim 9 Sep 2007 14:20:56 -0000 *************** *** 7,12 **** --- 7,13 ---- Depends-on: stdio + realloc-posix configure.ac: gl_FUNC_GETDELIM *** modules/glob 16 Jul 2007 10:45:27 -0000 1.16 --- modules/glob 9 Sep 2007 14:20:56 -0000 *************** *** 19,24 **** --- 19,25 ---- strdup sys_stat unistd + malloc-posix configure.ac: gl_GLOB *** modules/putenv 13 Oct 2006 12:40:23 -0000 1.7 --- modules/putenv 9 Sep 2007 14:20:56 -0000 *************** *** 6,11 **** --- 6,12 ---- m4/putenv.m4 Depends-on: + malloc-posix configure.ac: gl_FUNC_PUTENV *** modules/read-file 30 Jul 2007 21:35:57 -0000 1.5 --- modules/read-file 9 Sep 2007 14:20:56 -0000 *************** *** 7,12 **** --- 7,13 ---- m4/read-file.m4 Depends-on: + realloc-posix configure.ac: gl_FUNC_READ_FILE *** modules/strdup 16 Jul 2007 10:45:29 -0000 1.12 --- modules/strdup 9 Sep 2007 14:20:56 -0000 *************** *** 7,12 **** --- 7,13 ---- Depends-on: string + malloc-posix configure.ac: gl_FUNC_STRDUP