[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
missing dependency in *printf
From: |
Eric Blake |
Subject: |
missing dependency in *printf |
Date: |
Mon, 02 Apr 2007 21:34:46 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In trying to use sprintf-posix in m4, I came across this:
cd .. && /bin/sh /home/eblake/m4-head/ltdl/config/missing --run autoconf
configure:25505: error: possibly undefined macro: gl_FUNC_LDEXPL_WORKS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
Fixed thusly:
2007-04-02 Eric Blake <address@hidden>
* modules/printf-frexpl (Depends-on): Depend on ldexpl.
Index: modules/printf-frexpl
===================================================================
RCS file: /sources/gnulib/gnulib/modules/printf-frexpl,v
retrieving revision 1.4
diff -u -p -r1.4 printf-frexpl
- --- modules/printf-frexpl 25 Mar 2007 02:30:04 -0000 1.4
+++ modules/printf-frexpl 3 Apr 2007 03:29:48 -0000
@@ -10,8 +10,9 @@ m4/printf-frexpl.m4
m4/longdouble.m4
Depends-on:
- -math
fpucw
+ldexpl
+math
configure.ac:
gl_FUNC_PRINTF_FREXPL
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGEctV84KuGfSFAYARAo+QAJ9uyyxZxRhpdIY6pMPxoIyUI7zjoACfTF91
rJ//+TKZknMMn8u/28bc7dg=
=Im7C
-----END PGP SIGNATURE-----
Re: missing dependency in *printf, Bruno Haible, 2007/04/03