bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* threadlib: Avoid autoconf warning "was expanded before it was required"
@ 2019-06-26  1:35 Bruno Haible
  0 siblings, 0 replies; only message in thread
From: Bruno Haible @ 2019-06-26  1:35 UTC (permalink / raw)
  To: bug-gnulib

Creating a testdir for the module 'tls', I got an autoconf warning that
gl_THREADLIB was expanded before it was required.

This patch fixes it.


2019-06-25  Bruno Haible  <bruno@clisp.org>

	threadlib: Avoid autoconf warning "was expanded before it was required".
	* modules/threadlib (configure.ac): Require gl_THREADLIB.

diff --git a/modules/threadlib b/modules/threadlib
index 740f62f..0a582c2 100644
--- a/modules/threadlib
+++ b/modules/threadlib
@@ -13,7 +13,7 @@ configure.ac-early:
 gl_THREADLIB_EARLY
 
 configure.ac:
-gl_THREADLIB
+AC_REQUIRE([gl_THREADLIB])
 
 Makefile.am:
 lib_SOURCES += glthread/threadlib.c



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-26  1:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26  1:35 threadlib: Avoid autoconf warning "was expanded before it was required" Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).