bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] stdint-tests: Fix expanded-before-required-warning.


From: Simon Josefsson
Subject: [PATCH] stdint-tests: Fix expanded-before-required-warning.
Date: Thu, 04 Oct 2012 00:39:45 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (gnu/linux)

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  <address@hidden>
+
+       stdint-tests: Fix expanded-before-required-warning.
+       * modules/stdint-tests (Depends-on): Use AC_REQUIRE.
+
 2012-10-03  Simon Josefsson  <address@hidden>
 
        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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]