inttypes: avoid autoconf warning
authorEric Blake <eblake@redhat.com>
Mon, 16 May 2011 23:20:47 +0000 (17:20 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 16 May 2011 23:20:47 +0000 (17:20 -0600)
commit5bbe9dc2cbafbfa8e9e31de835d8eec23ea54aa1
tree8a9bc64c7fb500153bfe6328acc53b8ac768f975
parent10ca08a147a55a586b12ff64ff220ff73718a27f
inttypes: avoid autoconf warning

I noticed this while updating libvirt to the latest gnulib.

configure.ac:80: warning: AC_REQUIRE: `gl_STDINT_H' was expanded before it was required
gnulib/m4/inttypes.m4:18: gl_INTTYPES_INCOMPLETE is expanded from...
gnulib/m4/inttypes.m4:12: gl_INTTYPES_H is expanded from...
gnulib/m4/gnulib-comp.m4:379: gl_INIT is expanded from...
configure.ac:80: the top level

* m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): Only expand once.
* m4/stdint.m4 (gl_STDINT_H): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
m4/inttypes.m4
m4/stdint.m4