Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/file-set @ 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 | b7de93942166 |
children |
rev | line source |
---|---|
9226 | 1 Description: |
2 Very specialized set-of-files code. | |
3 | |
4 Files: | |
5 lib/file-set.c | |
6 lib/file-set.h | |
7 | |
8 Depends-on: | |
9 hash | |
10 hash-triple | |
11 stdbool | |
12 xalloc | |
13 xalloc-die | |
14 | |
15 configure.ac: | |
16 | |
17 Makefile.am: | |
18 lib_SOURCES += file-set.c | |
19 | |
20 Include: | |
21 "file-set.h" | |
22 | |
23 License: | |
24 GPL | |
25 | |
26 Maintainer: | |
27 Jim Meyering |