I got the error below, and pushed the obvious fix. /Simon
>From c5fa235c606b8e1bd6ef34166e6cfc1b4bf65b34 Mon Sep 17 00:00:00 2001 From: Simon Josefsson <si...@josefsson.org> Date: Tue, 13 Jan 2009 17:03:25 +0100 Subject: [PATCH] u16-printf-parse (Files): Add m4/stdint_h.m4 and m4/inttypes_h.m4 too. --- ChangeLog | 5 +++++ modules/unistdio/u16-printf-parse | 2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index de933c5..b081d66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-13 Simon Josefsson <si...@josefsson.org> + + * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4 + and m4/inttypes_h.m4 too. + 2009-01-12 Eric Blake <e...@byu.net> tests: IRIX 6.2 cc can't compile -0.0 into .data diff --git a/modules/unistdio/u16-printf-parse b/modules/unistdio/u16-printf-parse index 5fa163f..552715f 100644 --- a/modules/unistdio/u16-printf-parse +++ b/modules/unistdio/u16-printf-parse @@ -8,6 +8,8 @@ lib/printf-parse.h lib/printf-parse.c m4/vasnprintf.m4 m4/intmax_t.m4 +m4/stdint_h.m4 +m4/inttypes_h.m4 Depends-on: unistdio/u-printf-args -- 1.5.6.5 gnu...@mejsel:~$ gnulib-tool --test --with-tests unistdio/u16-printf-parse Module list with included dependencies: include_next intprops link-warning multiarch size_max stdint stdint-tests unistdio/u-printf-args unistdio/u16-printf-parse unitypes verify wchar wchar-tests xsize File list: build-aux/link-warning.h lib/intprops.h lib/printf-args.c lib/printf-args.h lib/printf-parse.c lib/printf-parse.h lib/size_max.h lib/stdint.in.h lib/unistdio/u-printf-args.c lib/unistdio/u-printf-args.h lib/unistdio/u-printf-parse.h lib/unistdio/u16-printf-parse.c lib/unitypes.h lib/verify.h lib/wchar.in.h lib/xsize.h m4/gnulib-common.m4 m4/include_next.m4 m4/intmax_t.m4 m4/longlong.m4 m4/multiarch.m4 m4/onceonly.m4 m4/size_max.m4 m4/stdint.m4 m4/vasnprintf.m4 m4/wchar.m4 m4/wchar_t.m4 m4/wint_t.m4 m4/xsize.m4 tests/test-stdint.c tests/test-wchar.c executing aclocal -I glm4 configure.ac:119: warning: gl_AC_HEADER_INTTYPES_H is m4_require'd but not m4_defun'd glm4/intmax_t.m4:35: gt_AC_TYPE_INTMAX_T is expanded from... glm4/vasnprintf.m4:41: gl_PREREQ_PRINTF_PARSE is expanded from... configure.ac:29: gl_INIT is expanded from... configure.ac:119: the top level configure.ac:119: warning: gl_AC_HEADER_STDINT_H is m4_require'd but not m4_defun'd executing autoconf configure.ac:119: warning: gl_AC_HEADER_INTTYPES_H is m4_require'd but not m4_defun'd glm4/intmax_t.m4:35: gt_AC_TYPE_INTMAX_T is expanded from... glm4/vasnprintf.m4:41: gl_PREREQ_PRINTF_PARSE is expanded from... configure.ac:29: gl_INIT is expanded from... configure.ac:119: the top level configure.ac:119: warning: gl_AC_HEADER_STDINT_H is m4_require'd but not m4_defun'd configure:5241: error: possibly undefined macro: gl_AC_HEADER_INTTYPES_H If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:5242: error: possibly undefined macro: gl_AC_HEADER_STDINT_H gnu...@mejsel:~$