Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/verify @ 15118:50a0061f67fe
strtoimax: Move AC_LIBOBJ invocations to module description.
* m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOIMAX invocations
from here...
* modules/strtoimax (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 22 May 2011 14:16:25 +0200 |
parents | 5cd365083be8 |
children |
rev | line source |
---|---|
6267 | 1 Description: |
2 Compile-time assert-like macros. | |
3 | |
4 Files: | |
5 lib/verify.h | |
6 | |
7 Depends-on: | |
8 | |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 | |
13 Include: | |
14 "verify.h" | |
15 | |
16 License: | |
9963
c7bacb867b81
* modules/verify (License): Re-license as LGPLv2+.
Jim Meyering <meyering@redhat.com>
parents:
6429
diff
changeset
|
17 LGPLv2+ |
6267 | 18 |
19 Maintainer: | |
20 Paul Eggert, Jim Meyering |