-----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  <[EMAIL PROTECTED]>

        * 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             [EMAIL PROTECTED]
-----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-----


Reply via email to