Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/msvc-inval @ 16749:2c1499f688aa
logf-ieee: Fix test whether logf works.
* m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 19:31:01 +0200 |
parents | 6ef4d991e582 |
children | 1f14c6dd175d |
rev | line source |
---|---|
15645 | 1 Description: |
2 invalid parameter handler for MSVC runtime libraries | |
3 | |
4 Files: | |
5 lib/msvc-inval.h | |
6 lib/msvc-inval.c | |
7 m4/msvc-inval.m4 | |
8 | |
9 Depends-on: | |
10 | |
11 configure.ac: | |
12 gl_MSVC_INVAL | |
13 if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then | |
14 AC_LIBOBJ([msvc-inval]) | |
15 fi | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
20 "msvc-inval.h" | |
21 | |
22 License: | |
23 LGPLv2+ | |
24 | |
25 Maintainer: | |
26 Bruno Haible |