Any reason not to do this? I'm unable to reproduce this standalone, but this patch resolves a warning from autoreconf in OATH Toolkit.
/Simon * modules/stdint-tests (Depends-on): Use AC_REQUIRE. --- ChangeLog | 5 +++++ modules/stdint-tests | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf3a05f..dd2816e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-10-04 Simon Josefsson <si...@josefsson.org> + + stdint-tests: Fix expanded-before-required-warning. + * modules/stdint-tests (Depends-on): Use AC_REQUIRE. + 2012-10-03 Simon Josefsson <si...@josefsson.org> inttostr: Relax license. diff --git a/modules/stdint-tests b/modules/stdint-tests index d83cd4c..5394060 100644 --- a/modules/stdint-tests +++ b/modules/stdint-tests @@ -9,8 +9,8 @@ intprops wchar configure.ac: -gt_TYPE_WCHAR_T -gt_TYPE_WINT_T +AC_REQUIRE([gt_TYPE_WCHAR_T]) +AC_REQUIRE([gt_TYPE_WINT_T]) Makefile.am: TESTS += test-stdint -- 1.7.9.5